pub struct CloseoutCheck {
pub check: String,
pub status: String,
pub detail: String,
}Fields§
§check: String§status: String§detail: StringTrait Implementations§
Source§impl Clone for CloseoutCheck
impl Clone for CloseoutCheck
Source§fn clone(&self) -> CloseoutCheck
fn clone(&self) -> CloseoutCheck
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CloseoutCheck
impl Debug for CloseoutCheck
Auto Trait Implementations§
impl Freeze for CloseoutCheck
impl RefUnwindSafe for CloseoutCheck
impl Send for CloseoutCheck
impl Sync for CloseoutCheck
impl Unpin for CloseoutCheck
impl UnsafeUnpin for CloseoutCheck
impl UnwindSafe for CloseoutCheck
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