pub struct ContentNotPresent;
Auto Trait Implementations§
impl Freeze for ContentNotPresent
impl RefUnwindSafe for ContentNotPresent
impl Send for ContentNotPresent
impl Sync for ContentNotPresent
impl Unpin for ContentNotPresent
impl UnwindSafe for ContentNotPresent
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