pub struct SecureRequiredTypeOneOf {
pub types: Vec<SecureRequiredType>,
}Expand description
Read secureRequiredTypeOneOf docs.
Generated from the following TL definition:
secureRequiredTypeOneOf#27477b4 types:Vector<SecureRequiredType> = SecureRequiredTypeFields§
§types: Vec<SecureRequiredType>Trait Implementations§
Source§impl Clone for SecureRequiredTypeOneOf
impl Clone for SecureRequiredTypeOneOf
Source§fn clone(&self) -> SecureRequiredTypeOneOf
fn clone(&self) -> SecureRequiredTypeOneOf
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 SecureRequiredTypeOneOf
impl Debug for SecureRequiredTypeOneOf
Source§impl From<SecureRequiredTypeOneOf> for SecureRequiredType
impl From<SecureRequiredTypeOneOf> for SecureRequiredType
Source§fn from(x: SecureRequiredTypeOneOf) -> Self
fn from(x: SecureRequiredTypeOneOf) -> Self
Converts to this type from the input type.
Source§impl Identifiable for SecureRequiredTypeOneOf
impl Identifiable for SecureRequiredTypeOneOf
Source§const CONSTRUCTOR_ID: u32 = 41187252
const CONSTRUCTOR_ID: u32 = 41187252
The unique identifier for the type.
Source§impl PartialEq for SecureRequiredTypeOneOf
impl PartialEq for SecureRequiredTypeOneOf
impl StructuralPartialEq for SecureRequiredTypeOneOf
Auto Trait Implementations§
impl Freeze for SecureRequiredTypeOneOf
impl RefUnwindSafe for SecureRequiredTypeOneOf
impl Send for SecureRequiredTypeOneOf
impl Sync for SecureRequiredTypeOneOf
impl Unpin for SecureRequiredTypeOneOf
impl UnsafeUnpin for SecureRequiredTypeOneOf
impl UnwindSafe for SecureRequiredTypeOneOf
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