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