pub struct StarsTransactionPeerFragment {}Expand description
Generated from:
starsTransactionPeerFragment#e92fd902 = StarsTransactionPeerTrait Implementations§
Source§impl Clone for StarsTransactionPeerFragment
impl Clone for StarsTransactionPeerFragment
Source§fn clone(&self) -> StarsTransactionPeerFragment
fn clone(&self) -> StarsTransactionPeerFragment
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 StarsTransactionPeerFragment
impl Debug for StarsTransactionPeerFragment
Source§impl Deserializable for StarsTransactionPeerFragment
impl Deserializable for StarsTransactionPeerFragment
Source§fn deserialize(_buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(_buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<StarsTransactionPeerFragment> for StarsTransactionPeer
impl From<StarsTransactionPeerFragment> for StarsTransactionPeer
Source§fn from(_x: StarsTransactionPeerFragment) -> Self
fn from(_x: StarsTransactionPeerFragment) -> Self
Converts to this type from the input type.
Source§impl Identifiable for StarsTransactionPeerFragment
impl Identifiable for StarsTransactionPeerFragment
Source§const CONSTRUCTOR_ID: u32 = 0xe92fd902
const CONSTRUCTOR_ID: u32 = 0xe92fd902
The constructor ID as specified in the TL schema.
Source§impl PartialEq for StarsTransactionPeerFragment
impl PartialEq for StarsTransactionPeerFragment
Source§fn eq(&self, other: &StarsTransactionPeerFragment) -> bool
fn eq(&self, other: &StarsTransactionPeerFragment) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StarsTransactionPeerFragment
Auto Trait Implementations§
impl Freeze for StarsTransactionPeerFragment
impl RefUnwindSafe for StarsTransactionPeerFragment
impl Send for StarsTransactionPeerFragment
impl Sync for StarsTransactionPeerFragment
impl Unpin for StarsTransactionPeerFragment
impl UnsafeUnpin for StarsTransactionPeerFragment
impl UnwindSafe for StarsTransactionPeerFragment
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