pub struct SetNetworkProfile;Expand description
Marker type for the SetNetworkProfile action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetNetworkProfile
impl RefUnwindSafe for SetNetworkProfile
impl Send for SetNetworkProfile
impl Sync for SetNetworkProfile
impl Unpin for SetNetworkProfile
impl UnsafeUnpin for SetNetworkProfile
impl UnwindSafe for SetNetworkProfile
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