pub struct CoupledObligationDebtOwner { /* private fields */ }Expand description
Complete protocol-owned authority while closure debt is nonzero.
Trait Implementations§
Source§impl Debug for CoupledObligationDebtOwner
impl Debug for CoupledObligationDebtOwner
impl Eq for CoupledObligationDebtOwner
impl StructuralPartialEq for CoupledObligationDebtOwner
Auto Trait Implementations§
impl Freeze for CoupledObligationDebtOwner
impl RefUnwindSafe for CoupledObligationDebtOwner
impl Send for CoupledObligationDebtOwner
impl Sync for CoupledObligationDebtOwner
impl Unpin for CoupledObligationDebtOwner
impl UnsafeUnpin for CoupledObligationDebtOwner
impl UnwindSafe for CoupledObligationDebtOwner
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