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