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