pub struct AuthGate { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuthGate
impl RefUnwindSafe for AuthGate
impl Send for AuthGate
impl Sync for AuthGate
impl Unpin for AuthGate
impl UnsafeUnpin for AuthGate
impl UnwindSafe for AuthGate
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