pub struct VerifiedOutput {
pub begin: usize,
pub count: usize,
pub values: OutputValues,
}Fields§
§begin: usize§count: usize§values: OutputValuesImplementations§
Trait Implementations§
Source§impl Clone for VerifiedOutput
impl Clone for VerifiedOutput
Source§fn clone(&self) -> VerifiedOutput
fn clone(&self) -> VerifiedOutput
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 VerifiedOutput
impl Debug for VerifiedOutput
Source§impl PartialEq for VerifiedOutput
impl PartialEq for VerifiedOutput
impl StructuralPartialEq for VerifiedOutput
Auto Trait Implementations§
impl Freeze for VerifiedOutput
impl RefUnwindSafe for VerifiedOutput
impl Send for VerifiedOutput
impl Sync for VerifiedOutput
impl Unpin for VerifiedOutput
impl UnsafeUnpin for VerifiedOutput
impl UnwindSafe for VerifiedOutput
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