get_profile_mut
Method
This is a method of the FailoverManager class in the failover module.Get a mutable profile by name.
Signature
Parameters
No description available.
Returns
The result of the operation.
get_profile_mut: Get a mutable profile by name.
This is a method of the FailoverManager class in the failover module.Get a mutable profile by name.
def get_profile_mut(&mut self, name: &str) -> Option<&mut AuthProfile>