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