pub struct CdnConfig {
pub public_keys: Vec<CdnPublicKey>,
}Expand description
Fields§
§public_keys: Vec<CdnPublicKey>Trait Implementations§
Source§impl Deserializable for CdnConfig
impl Deserializable for CdnConfig
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 Identifiable for CdnConfig
impl Identifiable for CdnConfig
Source§const CONSTRUCTOR_ID: u32 = 0x5725e40a
const CONSTRUCTOR_ID: u32 = 0x5725e40a
The constructor ID as specified in the TL schema.
Source§impl Serializable for CdnConfig
impl Serializable for CdnConfig
impl StructuralPartialEq for CdnConfig
Auto Trait Implementations§
impl Freeze for CdnConfig
impl RefUnwindSafe for CdnConfig
impl Send for CdnConfig
impl Sync for CdnConfig
impl Unpin for CdnConfig
impl UnsafeUnpin for CdnConfig
impl UnwindSafe for CdnConfig
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