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