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