pub struct ClockRequest {
pub vm_id: String,
}Fields§
§vm_id: StringTrait Implementations§
Source§impl Clone for ClockRequest
impl Clone for ClockRequest
Source§fn clone(&self) -> ClockRequest
fn clone(&self) -> ClockRequest
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 ClockRequest
impl Debug for ClockRequest
impl Eq for ClockRequest
Source§impl PartialEq for ClockRequest
impl PartialEq for ClockRequest
Source§fn eq(&self, other: &ClockRequest) -> bool
fn eq(&self, other: &ClockRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClockRequest
Auto Trait Implementations§
impl Freeze for ClockRequest
impl RefUnwindSafe for ClockRequest
impl Send for ClockRequest
impl Sync for ClockRequest
impl Unpin for ClockRequest
impl UnsafeUnpin for ClockRequest
impl UnwindSafe for ClockRequest
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