pub enum ModelUpdateError {
NotFound,
AlreadyLeased,
TypeMismatch,
}Variants§
Trait Implementations§
Source§impl Clone for ModelUpdateError
impl Clone for ModelUpdateError
Source§fn clone(&self) -> ModelUpdateError
fn clone(&self) -> ModelUpdateError
Returns a duplicate 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 ModelUpdateError
impl Debug for ModelUpdateError
Source§impl PartialEq for ModelUpdateError
impl PartialEq for ModelUpdateError
impl Copy for ModelUpdateError
impl Eq for ModelUpdateError
impl StructuralPartialEq for ModelUpdateError
Auto Trait Implementations§
impl Freeze for ModelUpdateError
impl RefUnwindSafe for ModelUpdateError
impl Send for ModelUpdateError
impl Sync for ModelUpdateError
impl Unpin for ModelUpdateError
impl UnsafeUnpin for ModelUpdateError
impl UnwindSafe for ModelUpdateError
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