Enum openapi_31::v31::reference::ObjectRefErr
source · pub enum ObjectRefErr {
Ref,
}Variants§
Ref
Trait Implementations§
source§impl Clone for ObjectRefErr
impl Clone for ObjectRefErr
source§fn clone(&self) -> ObjectRefErr
fn clone(&self) -> ObjectRefErr
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ObjectRefErr
impl Debug for ObjectRefErr
source§impl Display for ObjectRefErr
impl Display for ObjectRefErr
source§impl Error for ObjectRefErr
impl Error for ObjectRefErr
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq for ObjectRefErr
impl PartialEq for ObjectRefErr
source§fn eq(&self, other: &ObjectRefErr) -> bool
fn eq(&self, other: &ObjectRefErr) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ObjectRefErr
Auto Trait Implementations§
impl Freeze for ObjectRefErr
impl RefUnwindSafe for ObjectRefErr
impl Send for ObjectRefErr
impl Sync for ObjectRefErr
impl Unpin for ObjectRefErr
impl UnwindSafe for ObjectRefErr
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