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