pub struct CharacteristicProperties(pub Vec<CharacteristicProperty>);
Tuple Fields§
§0: Vec<CharacteristicProperty>
Implementations§
Source§impl CharacteristicProperties
impl CharacteristicProperties
pub fn is_disjoint(&self, other: &Self) -> bool
pub fn contains(&self, property: CharacteristicProperty) -> bool
Trait Implementations§
Source§impl BitOr<CharacteristicProperty> for CharacteristicProperties
impl BitOr<CharacteristicProperty> for CharacteristicProperties
Source§type Output = CharacteristicProperties
type Output = CharacteristicProperties
The resulting type after applying the
|
operator.Source§impl Clone for CharacteristicProperties
impl Clone for CharacteristicProperties
Source§fn clone(&self) -> CharacteristicProperties
fn clone(&self) -> CharacteristicProperties
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 CharacteristicProperties
impl Debug for CharacteristicProperties
Source§impl Default for CharacteristicProperties
impl Default for CharacteristicProperties
Source§fn default() -> CharacteristicProperties
fn default() -> CharacteristicProperties
Returns the “default value” for a type. Read more
Source§impl From<CharacteristicProperty> for CharacteristicProperties
impl From<CharacteristicProperty> for CharacteristicProperties
Source§fn from(value: CharacteristicProperty) -> Self
fn from(value: CharacteristicProperty) -> Self
Converts to this type from the input type.
Source§impl FromIterator<CharacteristicProperty> for CharacteristicProperties
impl FromIterator<CharacteristicProperty> for CharacteristicProperties
Source§fn from_iter<T: IntoIterator<Item = CharacteristicProperty>>(iter: T) -> Self
fn from_iter<T: IntoIterator<Item = CharacteristicProperty>>(iter: T) -> Self
Creates a value from an iterator. Read more
Auto Trait Implementations§
impl Freeze for CharacteristicProperties
impl RefUnwindSafe for CharacteristicProperties
impl Send for CharacteristicProperties
impl Sync for CharacteristicProperties
impl Unpin for CharacteristicProperties
impl UnwindSafe for CharacteristicProperties
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