pub struct PeerInvitation { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for PeerInvitation
impl RefUnwindSafe for PeerInvitation
impl Send for PeerInvitation
impl Sync for PeerInvitation
impl Unpin for PeerInvitation
impl UnsafeUnpin for PeerInvitation
impl UnwindSafe for PeerInvitation
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