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