pub struct Properties { /* private fields */ }Expand description
Implementations§
Source§impl Properties
Properties
impl Properties
Properties
Source§impl Properties
Entry
impl Properties
Entry
Sourcepub fn entry(self) -> Vec<ColoredString>
pub fn entry(self) -> Vec<ColoredString>
Constructs the report entry.
Trait Implementations§
Source§impl Default for Properties
impl Default for Properties
Source§fn default() -> Properties
fn default() -> Properties
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Properties
impl RefUnwindSafe for Properties
impl Send for Properties
impl Sync for Properties
impl Unpin for Properties
impl UnwindSafe for Properties
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