Struct messaging_thread_pool::samples::randoms_batch_init_response::RandomsBatchInitResponse
source · pub struct RandomsBatchInitResponse {
pub id: u64,
}Fields
id: u64Trait Implementations
sourceimpl Clone for RandomsBatchInitResponse
impl Clone for RandomsBatchInitResponse
sourcefn clone(&self) -> RandomsBatchInitResponse
fn clone(&self) -> RandomsBatchInitResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for RandomsBatchInitResponse
impl Debug for RandomsBatchInitResponse
sourceimpl From<RandomsBatchInitResponse> for RandomsBatchResponse
impl From<RandomsBatchInitResponse> for RandomsBatchResponse
sourcefn from(response: RandomsBatchInitResponse) -> Self
fn from(response: RandomsBatchInitResponse) -> Self
Converts to this type from the input type.
sourceimpl From<ThreadResponse<RandomsBatchResponse>> for RandomsBatchInitResponse
impl From<ThreadResponse<RandomsBatchResponse>> for RandomsBatchInitResponse
sourcefn from(response: ThreadResponse<RandomsBatchResponse>) -> Self
fn from(response: ThreadResponse<RandomsBatchResponse>) -> Self
Converts to this type from the input type.
sourceimpl IdTargeted for RandomsBatchInitResponse
impl IdTargeted for RandomsBatchInitResponse
sourceimpl PartialEq<RandomsBatchInitResponse> for RandomsBatchInitResponse
impl PartialEq<RandomsBatchInitResponse> for RandomsBatchInitResponse
sourcefn eq(&self, other: &RandomsBatchInitResponse) -> bool
fn eq(&self, other: &RandomsBatchInitResponse) -> bool
impl Eq for RandomsBatchInitResponse
impl StructuralEq for RandomsBatchInitResponse
impl StructuralPartialEq for RandomsBatchInitResponse
Auto Trait Implementations
impl RefUnwindSafe for RandomsBatchInitResponse
impl Send for RandomsBatchInitResponse
impl Sync for RandomsBatchInitResponse
impl Unpin for RandomsBatchInitResponse
impl UnwindSafe for RandomsBatchInitResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more