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