Struct oasis_runtime_sdk::modules::consensus_accounts::state::Undelegation
source · pub struct Undelegation {
pub from: Address,
pub to: Address,
pub epoch: EpochTime,
}
Expand description
Undelegation metadata.
Fields§
§from: Address
§to: Address
§epoch: EpochTime
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Undelegation
impl RefUnwindSafe for Undelegation
impl Send for Undelegation
impl Sync for Undelegation
impl Unpin for Undelegation
impl UnwindSafe for Undelegation
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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