pub struct InputPrivacyValueDisallowAll {}Expand description
Generated from:
inputPrivacyValueDisallowAll#d66b66c9 = InputPrivacyRuleTrait Implementations§
Source§impl Clone for InputPrivacyValueDisallowAll
impl Clone for InputPrivacyValueDisallowAll
Source§fn clone(&self) -> InputPrivacyValueDisallowAll
fn clone(&self) -> InputPrivacyValueDisallowAll
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 InputPrivacyValueDisallowAll
impl Debug for InputPrivacyValueDisallowAll
Source§impl Deserializable for InputPrivacyValueDisallowAll
impl Deserializable for InputPrivacyValueDisallowAll
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<InputPrivacyValueDisallowAll> for InputPrivacyRule
impl From<InputPrivacyValueDisallowAll> for InputPrivacyRule
Source§fn from(_x: InputPrivacyValueDisallowAll) -> Self
fn from(_x: InputPrivacyValueDisallowAll) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputPrivacyValueDisallowAll
impl Identifiable for InputPrivacyValueDisallowAll
Source§const CONSTRUCTOR_ID: u32 = 0xd66b66c9
const CONSTRUCTOR_ID: u32 = 0xd66b66c9
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InputPrivacyValueDisallowAll
impl PartialEq for InputPrivacyValueDisallowAll
Source§fn eq(&self, other: &InputPrivacyValueDisallowAll) -> bool
fn eq(&self, other: &InputPrivacyValueDisallowAll) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InputPrivacyValueDisallowAll
Auto Trait Implementations§
impl Freeze for InputPrivacyValueDisallowAll
impl RefUnwindSafe for InputPrivacyValueDisallowAll
impl Send for InputPrivacyValueDisallowAll
impl Sync for InputPrivacyValueDisallowAll
impl Unpin for InputPrivacyValueDisallowAll
impl UnsafeUnpin for InputPrivacyValueDisallowAll
impl UnwindSafe for InputPrivacyValueDisallowAll
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