pub struct SignedWrite { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SignedWrite
impl Clone for SignedWrite
Source§fn clone(&self) -> SignedWrite
fn clone(&self) -> SignedWrite
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 SignedWrite
impl Debug for SignedWrite
Source§impl PartialEq for SignedWrite
impl PartialEq for SignedWrite
Source§fn eq(&self, other: &SignedWrite) -> bool
fn eq(&self, other: &SignedWrite) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SignedWrite
Auto Trait Implementations§
impl Freeze for SignedWrite
impl RefUnwindSafe for SignedWrite
impl Send for SignedWrite
impl Sync for SignedWrite
impl Unpin for SignedWrite
impl UnsafeUnpin for SignedWrite
impl UnwindSafe for SignedWrite
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