pub struct Properties<'a>(pub Vec<Property<'a>>);
Tuple Fields§
§0: Vec<Property<'a>>
Trait Implementations§
Source§impl<'a> Display for Properties<'a>
impl<'a> Display for Properties<'a>
Auto Trait Implementations§
impl<'a> Freeze for Properties<'a>
impl<'a> RefUnwindSafe for Properties<'a>
impl<'a> Send for Properties<'a>
impl<'a> Sync for Properties<'a>
impl<'a> Unpin for Properties<'a>
impl<'a> UnwindSafe for Properties<'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