pub struct PrivacyValueAllowBots {}Expand description
Trait Implementations§
Source§impl Clone for PrivacyValueAllowBots
impl Clone for PrivacyValueAllowBots
Source§fn clone(&self) -> PrivacyValueAllowBots
fn clone(&self) -> PrivacyValueAllowBots
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 PrivacyValueAllowBots
impl Debug for PrivacyValueAllowBots
Source§impl Deserializable for PrivacyValueAllowBots
impl Deserializable for PrivacyValueAllowBots
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<PrivacyValueAllowBots> for PrivacyRule
impl From<PrivacyValueAllowBots> for PrivacyRule
Source§fn from(_x: PrivacyValueAllowBots) -> Self
fn from(_x: PrivacyValueAllowBots) -> Self
Converts to this type from the input type.
Source§impl Identifiable for PrivacyValueAllowBots
impl Identifiable for PrivacyValueAllowBots
Source§const CONSTRUCTOR_ID: u32 = 0x21461b5d
const CONSTRUCTOR_ID: u32 = 0x21461b5d
The constructor ID as specified in the TL schema.
Source§impl PartialEq for PrivacyValueAllowBots
impl PartialEq for PrivacyValueAllowBots
Source§impl Serializable for PrivacyValueAllowBots
impl Serializable for PrivacyValueAllowBots
impl StructuralPartialEq for PrivacyValueAllowBots
Auto Trait Implementations§
impl Freeze for PrivacyValueAllowBots
impl RefUnwindSafe for PrivacyValueAllowBots
impl Send for PrivacyValueAllowBots
impl Sync for PrivacyValueAllowBots
impl Unpin for PrivacyValueAllowBots
impl UnsafeUnpin for PrivacyValueAllowBots
impl UnwindSafe for PrivacyValueAllowBots
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