pub struct NoNestedPartyIDs;Expand description
NoNestedPartyIDs (539).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoNestedPartyIDs
impl RefUnwindSafe for NoNestedPartyIDs
impl Send for NoNestedPartyIDs
impl Sync for NoNestedPartyIDs
impl Unpin for NoNestedPartyIDs
impl UnsafeUnpin for NoNestedPartyIDs
impl UnwindSafe for NoNestedPartyIDs
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