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