pub struct DhtBootstrapAlert(/* private fields */);Auto Trait Implementations§
impl Freeze for DhtBootstrapAlert
impl RefUnwindSafe for DhtBootstrapAlert
impl !Send for DhtBootstrapAlert
impl !Sync for DhtBootstrapAlert
impl Unpin for DhtBootstrapAlert
impl UnwindSafe for DhtBootstrapAlert
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