pub struct DeletedTestHelpersTestClock {
pub id: TestHelpersTestClockId,
/* private fields */
}
Fields§
§id: TestHelpersTestClockId
Unique identifier for the object.
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 FromValueOpt for DeletedTestHelpersTestClock
impl FromValueOpt for DeletedTestHelpersTestClock
fn from_value(v: Value) -> Option<Self>
Source§impl Object for DeletedTestHelpersTestClock
impl Object for DeletedTestHelpersTestClock
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