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