pub struct AuthenticationSessionType {}Auto Trait Implementations§
impl Freeze for AuthenticationSessionType
impl RefUnwindSafe for AuthenticationSessionType
impl Send for AuthenticationSessionType
impl Sync for AuthenticationSessionType
impl Unpin for AuthenticationSessionType
impl UnwindSafe for AuthenticationSessionType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more