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