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