pub struct RandomBytes {
pub bytes: Message,
}Fields§
§bytes: MessageTrait Implementations§
Source§impl Clone for RandomBytes
impl Clone for RandomBytes
Source§fn clone(&self) -> RandomBytes
fn clone(&self) -> RandomBytes
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 RandomBytes
impl Debug for RandomBytes
Source§impl From<RandomBytes> for Reply
Available on crate feature crypto-client only.
impl From<RandomBytes> for Reply
Available on crate feature
crypto-client only.Source§fn from(reply: RandomBytes) -> Reply
fn from(reply: RandomBytes) -> Reply
Converts to this type from the input type.
Source§impl PartialEq for RandomBytes
impl PartialEq for RandomBytes
Source§fn eq(&self, other: &RandomBytes) -> bool
fn eq(&self, other: &RandomBytes) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ReplyVariant for RandomBytes
Available on crate feature crypto-client only.
impl ReplyVariant for RandomBytes
Available on crate feature
crypto-client only.type Request = RandomBytes
Source§impl TryFrom<Reply> for RandomBytes
Available on crate feature crypto-client only.
impl TryFrom<Reply> for RandomBytes
Available on crate feature
crypto-client only.impl Eq for RandomBytes
impl StructuralPartialEq for RandomBytes
Auto Trait Implementations§
impl Freeze for RandomBytes
impl RefUnwindSafe for RandomBytes
impl Send for RandomBytes
impl Sync for RandomBytes
impl Unpin for RandomBytes
impl UnsafeUnpin for RandomBytes
impl UnwindSafe for RandomBytes
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