pub struct CdnFile {
pub bytes: Vec<u8>,
}Expand description
Generated from the following TL definition:
upload.cdnFile#a99fca4f bytes:bytes = upload.CdnFileFields§
§bytes: Vec<u8>Trait Implementations§
Source§impl Deserializable for CdnFile
impl Deserializable for CdnFile
Source§impl Identifiable for CdnFile
impl Identifiable for CdnFile
Source§const CONSTRUCTOR_ID: u32 = 2845821519
const CONSTRUCTOR_ID: u32 = 2845821519
The unique identifier for the type.
Source§impl Serializable for CdnFile
impl Serializable for CdnFile
impl StructuralPartialEq for CdnFile
Auto Trait Implementations§
impl Freeze for CdnFile
impl RefUnwindSafe for CdnFile
impl Send for CdnFile
impl Sync for CdnFile
impl Unpin for CdnFile
impl UnsafeUnpin for CdnFile
impl UnwindSafe for CdnFile
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