pub struct RandomBytes {
pub bytes: Message,
}
Available on crate feature
crypto-client
only.Fields§
§bytes: Message
Trait 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 · 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
impl From<RandomBytes> for Reply
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§impl ReplyVariant for RandomBytes
impl ReplyVariant for RandomBytes
type Request = RandomBytes
Source§impl TryFrom<Reply> for RandomBytes
impl TryFrom<Reply> for RandomBytes
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 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