pub struct SentCodeSuccess {
pub authorization: Authorization,
}Expand description
Generated from:
auth.sentCodeSuccess#2390fe44 authorization:auth.Authorization = auth.SentCodeFields§
Trait Implementations§
Source§impl Clone for SentCodeSuccess
impl Clone for SentCodeSuccess
Source§fn clone(&self) -> SentCodeSuccess
fn clone(&self) -> SentCodeSuccess
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 SentCodeSuccess
impl Debug for SentCodeSuccess
Source§impl Deserializable for SentCodeSuccess
impl Deserializable for SentCodeSuccess
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<SentCodeSuccess> for SentCode
impl From<SentCodeSuccess> for SentCode
Source§fn from(x: SentCodeSuccess) -> Self
fn from(x: SentCodeSuccess) -> Self
Converts to this type from the input type.
Source§impl Identifiable for SentCodeSuccess
impl Identifiable for SentCodeSuccess
Source§const CONSTRUCTOR_ID: u32 = 0x2390fe44
const CONSTRUCTOR_ID: u32 = 0x2390fe44
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SentCodeSuccess
impl PartialEq for SentCodeSuccess
Source§impl Serializable for SentCodeSuccess
impl Serializable for SentCodeSuccess
Source§impl TryFrom<SentCode> for SentCodeSuccess
impl TryFrom<SentCode> for SentCodeSuccess
impl StructuralPartialEq for SentCodeSuccess
Auto Trait Implementations§
impl Freeze for SentCodeSuccess
impl RefUnwindSafe for SentCodeSuccess
impl Send for SentCodeSuccess
impl Sync for SentCodeSuccess
impl Unpin for SentCodeSuccess
impl UnsafeUnpin for SentCodeSuccess
impl UnwindSafe for SentCodeSuccess
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