pub struct SetNetworkProfileResponse {
pub custom_data: Option<CustomData>,
pub status: SetNetworkProfileStatusEnum,
pub status_info: Option<StatusInfo>,
}Fields§
§custom_data: Option<CustomData>§status: SetNetworkProfileStatusEnum§status_info: Option<StatusInfo>Trait Implementations§
Source§impl Action for SetNetworkProfileResponse
impl Action for SetNetworkProfileResponse
Source§impl Clone for SetNetworkProfileResponse
impl Clone for SetNetworkProfileResponse
Source§fn clone(&self) -> SetNetworkProfileResponse
fn clone(&self) -> SetNetworkProfileResponse
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 SetNetworkProfileResponse
impl Debug for SetNetworkProfileResponse
impl Eq for SetNetworkProfileResponse
impl StructuralPartialEq for SetNetworkProfileResponse
Auto Trait Implementations§
impl Freeze for SetNetworkProfileResponse
impl RefUnwindSafe for SetNetworkProfileResponse
impl Send for SetNetworkProfileResponse
impl Sync for SetNetworkProfileResponse
impl Unpin for SetNetworkProfileResponse
impl UnsafeUnpin for SetNetworkProfileResponse
impl UnwindSafe for SetNetworkProfileResponse
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