pub struct SentFragment { /* private fields */ }Implementations§
Source§impl SentFragment
impl SentFragment
pub fn header(&self) -> FragmentHeader
pub fn at(&self) -> u64
pub fn client_nonce(&self) -> i32
pub fn seed(&self) -> i32
pub fn mixnet_params(&self) -> FragmentMixParams
Trait Implementations§
Source§impl Clone for SentFragment
impl Clone for SentFragment
Source§fn clone(&self) -> SentFragment
fn clone(&self) -> SentFragment
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 ComposeSchema for SentFragment
impl ComposeSchema for SentFragment
Source§impl Debug for SentFragment
impl Debug for SentFragment
Source§impl Serialize for SentFragment
impl Serialize for SentFragment
Auto Trait Implementations§
impl Freeze for SentFragment
impl RefUnwindSafe for SentFragment
impl Send for SentFragment
impl Sync for SentFragment
impl Unpin for SentFragment
impl UnwindSafe for SentFragment
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