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