pub struct Categories<'a> { /* private fields */ }
Expand description
CATEGORIES
Property
Implementations§
Source§impl<'a> Categories<'a>
impl<'a> Categories<'a>
Source§impl<'a> Categories<'a>
impl<'a> Categories<'a>
Sourcepub fn append(&mut self, parameters: Parameters<'a>)
pub fn append(&mut self, parameters: Parameters<'a>)
Adds several parameters at once to the property. For creating
several parameters at once, consult the documentation of
the parameters!
macro.
Trait Implementations§
Source§impl<'a> Clone for Categories<'a>
impl<'a> Clone for Categories<'a>
Source§fn clone(&self) -> Categories<'a>
fn clone(&self) -> Categories<'a>
Returns a copy 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<'a> Debug for Categories<'a>
impl<'a> Debug for Categories<'a>
Source§impl<'a> From<Categories<'a>> for Property<'a>
impl<'a> From<Categories<'a>> for Property<'a>
Source§fn from(builder: Categories<'a>) -> Self
fn from(builder: Categories<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> Hash for Categories<'a>
impl<'a> Hash for Categories<'a>
Source§impl<'a> Ord for Categories<'a>
impl<'a> Ord for Categories<'a>
Source§fn cmp(&self, other: &Categories<'a>) -> Ordering
fn cmp(&self, other: &Categories<'a>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> PartialEq for Categories<'a>
impl<'a> PartialEq for Categories<'a>
Source§impl<'a> PartialOrd for Categories<'a>
impl<'a> PartialOrd for Categories<'a>
impl<'a> Eq for Categories<'a>
impl<'a> StructuralPartialEq for Categories<'a>
Auto Trait Implementations§
impl<'a> Freeze for Categories<'a>
impl<'a> RefUnwindSafe for Categories<'a>
impl<'a> Send for Categories<'a>
impl<'a> Sync for Categories<'a>
impl<'a> Unpin for Categories<'a>
impl<'a> UnwindSafe for Categories<'a>
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