pub struct SetNetworkProfileRequest {
pub configuration_slot: i64,
pub connection_data: NetworkConnectionProfile,
pub custom_data: Option<CustomData>,
}Fields§
§configuration_slot: i64Slot in which the configuration should be stored.
connection_data: NetworkConnectionProfile§custom_data: Option<CustomData>Trait Implementations§
Source§impl Action for SetNetworkProfileRequest
impl Action for SetNetworkProfileRequest
Source§impl Clone for SetNetworkProfileRequest
impl Clone for SetNetworkProfileRequest
Source§fn clone(&self) -> SetNetworkProfileRequest
fn clone(&self) -> SetNetworkProfileRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SetNetworkProfileRequest
impl Debug for SetNetworkProfileRequest
impl Eq for SetNetworkProfileRequest
Source§impl PartialEq for SetNetworkProfileRequest
impl PartialEq for SetNetworkProfileRequest
impl StructuralPartialEq for SetNetworkProfileRequest
Auto Trait Implementations§
impl Freeze for SetNetworkProfileRequest
impl RefUnwindSafe for SetNetworkProfileRequest
impl Send for SetNetworkProfileRequest
impl Sync for SetNetworkProfileRequest
impl Unpin for SetNetworkProfileRequest
impl UnsafeUnpin for SetNetworkProfileRequest
impl UnwindSafe for SetNetworkProfileRequest
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