pub struct ShowResult(/* private fields */);
Trait Implementations§
Source§impl Display for ShowResult
impl Display for ShowResult
Auto Trait Implementations§
impl Freeze for ShowResult
impl RefUnwindSafe for ShowResult
impl Send for ShowResult
impl Sync for ShowResult
impl Unpin for ShowResult
impl UnwindSafe for ShowResult
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