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