pub struct ProdID<'a> { /* private fields */ }
Expand description
PRODID
Property
Implementations§
Source§impl<'a> ProdID<'a>
impl<'a> ProdID<'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> Ord for ProdID<'a>
impl<'a> Ord for ProdID<'a>
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> PartialOrd for ProdID<'a>
impl<'a> PartialOrd for ProdID<'a>
impl<'a> Eq for ProdID<'a>
impl<'a> StructuralPartialEq for ProdID<'a>
Auto Trait Implementations§
impl<'a> Freeze for ProdID<'a>
impl<'a> RefUnwindSafe for ProdID<'a>
impl<'a> Send for ProdID<'a>
impl<'a> Sync for ProdID<'a>
impl<'a> Unpin for ProdID<'a>
impl<'a> UnwindSafe for ProdID<'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