pub struct StakeHistorySysvar(pub Epoch);
Tuple Fields§
§0: Epoch
Trait Implementations§
Source§impl Clone for StakeHistorySysvar
impl Clone for StakeHistorySysvar
Source§fn clone(&self) -> StakeHistorySysvar
fn clone(&self) -> StakeHistorySysvar
Returns a copy 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 StakeHistorySysvar
impl Debug for StakeHistorySysvar
Source§impl PartialEq for StakeHistorySysvar
impl PartialEq for StakeHistorySysvar
impl Eq for StakeHistorySysvar
impl StructuralPartialEq for StakeHistorySysvar
Auto Trait Implementations§
impl Freeze for StakeHistorySysvar
impl RefUnwindSafe for StakeHistorySysvar
impl Send for StakeHistorySysvar
impl Sync for StakeHistorySysvar
impl Unpin for StakeHistorySysvar
impl UnwindSafe for StakeHistorySysvar
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