pub enum PreparedBondProofRoot<'a> {
Release(&'a PreparedBondRelease),
Impair(&'a PreparedBondImpair),
}Variants§
Release(&'a PreparedBondRelease)
Impair(&'a PreparedBondImpair)
Trait Implementations§
Source§impl<'a> Clone for PreparedBondProofRoot<'a>
impl<'a> Clone for PreparedBondProofRoot<'a>
Source§fn clone(&self) -> PreparedBondProofRoot<'a>
fn clone(&self) -> PreparedBondProofRoot<'a>
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 moreimpl<'a> Copy for PreparedBondProofRoot<'a>
Auto Trait Implementations§
impl<'a> Freeze for PreparedBondProofRoot<'a>
impl<'a> RefUnwindSafe for PreparedBondProofRoot<'a>
impl<'a> Send for PreparedBondProofRoot<'a>
impl<'a> Sync for PreparedBondProofRoot<'a>
impl<'a> Unpin for PreparedBondProofRoot<'a>
impl<'a> UnsafeUnpin for PreparedBondProofRoot<'a>
impl<'a> UnwindSafe for PreparedBondProofRoot<'a>
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