pub struct ApplyItemError {
pub code: String,
pub message: String,
pub details: Option<Value>,
}Fields§
§code: String§message: String§details: Option<Value>Trait Implementations§
Source§impl Clone for ApplyItemError
impl Clone for ApplyItemError
Source§fn clone(&self) -> ApplyItemError
fn clone(&self) -> ApplyItemError
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 ApplyItemError
impl Debug for ApplyItemError
Auto Trait Implementations§
impl Freeze for ApplyItemError
impl RefUnwindSafe for ApplyItemError
impl Send for ApplyItemError
impl Sync for ApplyItemError
impl Unpin for ApplyItemError
impl UnsafeUnpin for ApplyItemError
impl UnwindSafe for ApplyItemError
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