pub struct MockSystemControl {
pub clock: String,
}Fields§
§clock: StringTrait Implementations§
Source§impl Clone for MockSystemControl
impl Clone for MockSystemControl
Source§fn clone(&self) -> MockSystemControl
fn clone(&self) -> MockSystemControl
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 MockSystemControl
impl Debug for MockSystemControl
Source§impl Default for MockSystemControl
impl Default for MockSystemControl
Source§fn default() -> MockSystemControl
fn default() -> MockSystemControl
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MockSystemControl
impl RefUnwindSafe for MockSystemControl
impl Send for MockSystemControl
impl Sync for MockSystemControl
impl Unpin for MockSystemControl
impl UnsafeUnpin for MockSystemControl
impl UnwindSafe for MockSystemControl
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