pub struct HistoryValue {
pub current: Vec<u8>,
pub last: Vec<u8>,
}Fields§
§current: Vec<u8>§last: Vec<u8>Implementations§
Trait Implementations§
Source§impl Clone for HistoryValue
impl Clone for HistoryValue
Source§fn clone(&self) -> HistoryValue
fn clone(&self) -> HistoryValue
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 HistoryValue
impl Debug for HistoryValue
Source§impl Default for HistoryValue
impl Default for HistoryValue
Source§fn default() -> HistoryValue
fn default() -> HistoryValue
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HistoryValue
impl RefUnwindSafe for HistoryValue
impl Send for HistoryValue
impl Sync for HistoryValue
impl Unpin for HistoryValue
impl UnwindSafe for HistoryValue
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