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