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