pub enum GetSingleObjectError {
MultipleMatches,
Rpc(RpcError),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for GetSingleObjectError
impl !UnwindSafe for GetSingleObjectError
impl Freeze for GetSingleObjectError
impl Send for GetSingleObjectError
impl Sync for GetSingleObjectError
impl Unpin for GetSingleObjectError
impl UnsafeUnpin for GetSingleObjectError
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