pub enum SetNetworkProfileStatusEnum {
Accepted,
Rejected,
Failed,
}Expand description
Result of operation.
Variants§
Trait Implementations§
Source§impl Clone for SetNetworkProfileStatusEnum
impl Clone for SetNetworkProfileStatusEnum
Source§fn clone(&self) -> SetNetworkProfileStatusEnum
fn clone(&self) -> SetNetworkProfileStatusEnum
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 SetNetworkProfileStatusEnum
impl Debug for SetNetworkProfileStatusEnum
Source§impl<'de> Deserialize<'de> for SetNetworkProfileStatusEnum
impl<'de> Deserialize<'de> for SetNetworkProfileStatusEnum
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SetNetworkProfileStatusEnum
impl StructuralPartialEq for SetNetworkProfileStatusEnum
Source§impl Validate for SetNetworkProfileStatusEnum
Available on crate feature validate only.
impl Validate for SetNetworkProfileStatusEnum
Available on crate feature
validate only.Auto Trait Implementations§
impl Freeze for SetNetworkProfileStatusEnum
impl RefUnwindSafe for SetNetworkProfileStatusEnum
impl Send for SetNetworkProfileStatusEnum
impl Sync for SetNetworkProfileStatusEnum
impl Unpin for SetNetworkProfileStatusEnum
impl UnsafeUnpin for SetNetworkProfileStatusEnum
impl UnwindSafe for SetNetworkProfileStatusEnum
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