pub struct LogOut {}Expand description
Trait Implementations§
Source§impl Identifiable for LogOut
impl Identifiable for LogOut
Source§const CONSTRUCTOR_ID: u32 = 0x3e72ba19
const CONSTRUCTOR_ID: u32 = 0x3e72ba19
The constructor ID as specified in the TL schema.
Source§impl Serializable for LogOut
impl Serializable for LogOut
impl StructuralPartialEq for LogOut
Auto Trait Implementations§
impl Freeze for LogOut
impl RefUnwindSafe for LogOut
impl Send for LogOut
impl Sync for LogOut
impl Unpin for LogOut
impl UnsafeUnpin for LogOut
impl UnwindSafe for LogOut
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