pub struct GetAccountTtl {}Expand description
Trait Implementations§
Source§impl Clone for GetAccountTtl
impl Clone for GetAccountTtl
Source§fn clone(&self) -> GetAccountTtl
fn clone(&self) -> GetAccountTtl
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 GetAccountTtl
impl Debug for GetAccountTtl
Source§impl Identifiable for GetAccountTtl
impl Identifiable for GetAccountTtl
Source§const CONSTRUCTOR_ID: u32 = 0x08fc711d
const CONSTRUCTOR_ID: u32 = 0x08fc711d
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetAccountTtl
impl PartialEq for GetAccountTtl
Source§impl RemoteCall for GetAccountTtl
impl RemoteCall for GetAccountTtl
Source§type Return = AccountDaysTtl
type Return = AccountDaysTtl
The deserialized response type.
Source§impl Serializable for GetAccountTtl
impl Serializable for GetAccountTtl
impl StructuralPartialEq for GetAccountTtl
Auto Trait Implementations§
impl Freeze for GetAccountTtl
impl RefUnwindSafe for GetAccountTtl
impl Send for GetAccountTtl
impl Sync for GetAccountTtl
impl Unpin for GetAccountTtl
impl UnsafeUnpin for GetAccountTtl
impl UnwindSafe for GetAccountTtl
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