pub struct RandomBytes {
pub count: usize,
}
Available on crate feature
crypto-client
only.Fields§
§count: usize
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 Request
impl From<RandomBytes> for Request
Source§fn from(request: RandomBytes) -> Self
fn from(request: RandomBytes) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RandomBytes
impl PartialEq for RandomBytes
Source§impl RequestVariant for RandomBytes
impl RequestVariant for RandomBytes
type Reply = RandomBytes
Source§impl TryFrom<Request> for RandomBytes
impl TryFrom<Request> 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