pub struct OnlyAuth;Trait Implementations§
impl ServiceState for OnlyAuth
Auto Trait Implementations§
impl Freeze for OnlyAuth
impl RefUnwindSafe for OnlyAuth
impl Send for OnlyAuth
impl Sync for OnlyAuth
impl Unpin for OnlyAuth
impl UnwindSafe for OnlyAuth
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