Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

get_profile_mut

Method
This is a method of the FailoverManager class in the failover module.
Get a mutable profile by name.

Signature

def get_profile_mut(&mut self, name: &str) -> Option<&mut AuthProfile>

Parameters

name
&str
required
No description available.

Returns

Returns
Option<&mut AuthProfile>
The result of the operation.

Rust Files

Rust Documents