Struct rsfbclient_rust::AuthPlugin
source · [−]pub struct AuthPlugin {
pub kind: AuthPluginType,
pub data: Option<SrpAuthData>,
pub keys: Bytes,
}
Fields
kind: AuthPluginType
data: Option<SrpAuthData>
keys: Bytes
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AuthPlugin
impl Send for AuthPlugin
impl Sync for AuthPlugin
impl Unpin for AuthPlugin
impl UnwindSafe for AuthPlugin
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more