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