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