pub enum GcodeFilesUpdateOrCreateError {
Status400(GcodeFile),
UnknownValue(Value),
}Expand description
struct for typed errors of method gcode_files_update_or_create
Variants§
Trait Implementations§
Source§impl Clone for GcodeFilesUpdateOrCreateError
impl Clone for GcodeFilesUpdateOrCreateError
Source§fn clone(&self) -> GcodeFilesUpdateOrCreateError
fn clone(&self) -> GcodeFilesUpdateOrCreateError
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<'de> Deserialize<'de> for GcodeFilesUpdateOrCreateError
impl<'de> Deserialize<'de> for GcodeFilesUpdateOrCreateError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GcodeFilesUpdateOrCreateError
impl RefUnwindSafe for GcodeFilesUpdateOrCreateError
impl Send for GcodeFilesUpdateOrCreateError
impl Sync for GcodeFilesUpdateOrCreateError
impl Unpin for GcodeFilesUpdateOrCreateError
impl UnwindSafe for GcodeFilesUpdateOrCreateError
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