pub struct DotOutput(pub String);Tuple Fields§
§0: StringTrait Implementations§
impl Eq for DotOutput
impl StructuralPartialEq for DotOutput
Auto Trait Implementations§
impl Freeze for DotOutput
impl RefUnwindSafe for DotOutput
impl Send for DotOutput
impl Sync for DotOutput
impl Unpin for DotOutput
impl UnwindSafe for DotOutput
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