pub struct RanOut;Expand description
SNAFU context selector for the Error::RanOut variant
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RanOut
impl RefUnwindSafe for RanOut
impl Send for RanOut
impl Sync for RanOut
impl Unpin for RanOut
impl UnsafeUnpin for RanOut
impl UnwindSafe for RanOut
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