pub struct GetCallConfig {}Expand description
Trait Implementations§
Source§impl Clone for GetCallConfig
impl Clone for GetCallConfig
Source§fn clone(&self) -> GetCallConfig
fn clone(&self) -> GetCallConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetCallConfig
impl Debug for GetCallConfig
Source§impl Identifiable for GetCallConfig
impl Identifiable for GetCallConfig
Source§const CONSTRUCTOR_ID: u32 = 0x55451fa9
const CONSTRUCTOR_ID: u32 = 0x55451fa9
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetCallConfig
impl PartialEq for GetCallConfig
Source§impl RemoteCall for GetCallConfig
impl RemoteCall for GetCallConfig
Source§impl Serializable for GetCallConfig
impl Serializable for GetCallConfig
impl StructuralPartialEq for GetCallConfig
Auto Trait Implementations§
impl Freeze for GetCallConfig
impl RefUnwindSafe for GetCallConfig
impl Send for GetCallConfig
impl Sync for GetCallConfig
impl Unpin for GetCallConfig
impl UnsafeUnpin for GetCallConfig
impl UnwindSafe for GetCallConfig
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