pub struct MIRToStakeCredentials(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for MIRToStakeCredentials
impl Clone for MIRToStakeCredentials
Source§fn clone(&self) -> MIRToStakeCredentials
fn clone(&self) -> MIRToStakeCredentials
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 MIRToStakeCredentials
impl Debug for MIRToStakeCredentials
Source§impl Decode for MIRToStakeCredentials
impl Decode for MIRToStakeCredentials
Source§impl From<BTreeMap<StakeCredential, u64>> for MIRToStakeCredentials
impl From<BTreeMap<StakeCredential, u64>> for MIRToStakeCredentials
Source§impl From<Vec<(StakeCredential, u64)>> for MIRToStakeCredentials
impl From<Vec<(StakeCredential, u64)>> for MIRToStakeCredentials
Source§impl PartialEq for MIRToStakeCredentials
impl PartialEq for MIRToStakeCredentials
impl Eq for MIRToStakeCredentials
impl StructuralPartialEq for MIRToStakeCredentials
Auto Trait Implementations§
impl Freeze for MIRToStakeCredentials
impl RefUnwindSafe for MIRToStakeCredentials
impl Send for MIRToStakeCredentials
impl Sync for MIRToStakeCredentials
impl Unpin for MIRToStakeCredentials
impl UnwindSafe for MIRToStakeCredentials
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