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