pub struct UnspecifiedEntity { /* private fields */ }
Expand description
Structure containing details about an unspecified entity error.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnspecifiedEntity
impl RefUnwindSafe for UnspecifiedEntity
impl Send for UnspecifiedEntity
impl Sync for UnspecifiedEntity
impl Unpin for UnspecifiedEntity
impl UnwindSafe for UnspecifiedEntity
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