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