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