pub struct InputPrivacyValueDisallowAll {}Expand description
Read inputPrivacyValueDisallowAll docs.
Generated from the following TL definition:
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 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 = 3597362889
const CONSTRUCTOR_ID: u32 = 3597362889
The unique identifier for the type.
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 ==.Source§impl Serializable for InputPrivacyValueDisallowAll
impl Serializable for InputPrivacyValueDisallowAll
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