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