pub struct DeletedTestHelpersTestClock {
pub deleted: bool,
pub id: String,
pub object: String,
}Expand description
Fields§
§deleted: boolAlways true for a deleted object
id: StringUnique identifier for the object.
object: StringString representing the object’s type. Objects of the same type share the same value.
Trait Implementations§
Source§impl Clone for DeletedTestHelpersTestClock
impl Clone for DeletedTestHelpersTestClock
Source§fn clone(&self) -> DeletedTestHelpersTestClock
fn clone(&self) -> DeletedTestHelpersTestClock
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 DeletedTestHelpersTestClock
impl Debug for DeletedTestHelpersTestClock
Source§impl Default for DeletedTestHelpersTestClock
impl Default for DeletedTestHelpersTestClock
Source§fn default() -> DeletedTestHelpersTestClock
fn default() -> DeletedTestHelpersTestClock
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeletedTestHelpersTestClock
impl<'de> Deserialize<'de> for DeletedTestHelpersTestClock
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 DeletedTestHelpersTestClock
impl RefUnwindSafe for DeletedTestHelpersTestClock
impl Send for DeletedTestHelpersTestClock
impl Sync for DeletedTestHelpersTestClock
impl Unpin for DeletedTestHelpersTestClock
impl UnwindSafe for DeletedTestHelpersTestClock
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