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