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