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