pub struct TypeWithTelType { /* private fields */ }Implementations§
Source§impl TypeWithTelType
impl TypeWithTelType
pub fn from_type_values( type_values: Set<TypeValueWithTelephoneType>, ) -> TypeWithTelType
Source§impl TypeWithTelType
impl TypeWithTelType
pub fn get_ids(&self) -> &Set<TypeValueWithTelephoneType>
Trait Implementations§
Source§impl Clone for TypeWithTelType
impl Clone for TypeWithTelType
Source§fn clone(&self) -> TypeWithTelType
fn clone(&self) -> TypeWithTelType
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 TypeWithTelType
impl Debug for TypeWithTelType
Source§impl Display for TypeWithTelType
impl Display for TypeWithTelType
Source§impl Hash for TypeWithTelType
impl Hash for TypeWithTelType
Source§impl Parameter for TypeWithTelType
impl Parameter for TypeWithTelType
Source§impl PartialEq for TypeWithTelType
impl PartialEq for TypeWithTelType
Source§impl ValidatedWrapper for TypeWithTelType
impl ValidatedWrapper for TypeWithTelType
impl Eq for TypeWithTelType
impl StructuralPartialEq for TypeWithTelType
impl Validated for TypeWithTelType
Auto Trait Implementations§
impl Freeze for TypeWithTelType
impl RefUnwindSafe for TypeWithTelType
impl Send for TypeWithTelType
impl Sync for TypeWithTelType
impl Unpin for TypeWithTelType
impl UnwindSafe for TypeWithTelType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more