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