pub enum GetEntityError {
ConnectionError,
}
Variants§
ConnectionError
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetEntityError
impl RefUnwindSafe for GetEntityError
impl Send for GetEntityError
impl Sync for GetEntityError
impl Unpin for GetEntityError
impl UnwindSafe for GetEntityError
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