#[repr(u8)]pub enum ManagmentDataType {
Application = 0,
AddOta = 1,
RemoveOta = 2,
LinkOta = 3,
UnlinkOta = 4,
GetGroupList = 5,
GetImageList = 6,
}Variants§
Application = 0
AddOta = 1
RemoveOta = 2
LinkOta = 3
UnlinkOta = 4
GetGroupList = 5
GetImageList = 6
Trait Implementations§
Source§impl Clone for ManagmentDataType
impl Clone for ManagmentDataType
Source§fn clone(&self) -> ManagmentDataType
fn clone(&self) -> ManagmentDataType
Returns a duplicate of the value. Read more
1.0.0 · 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 ManagmentDataType
impl Debug for ManagmentDataType
Source§impl<'de> Deserialize<'de> for ManagmentDataType
impl<'de> Deserialize<'de> for ManagmentDataType
Source§fn deserialize<D>(
deserializer: D,
) -> Result<ManagmentDataType, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<ManagmentDataType, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ManagmentDataType
impl PartialEq for ManagmentDataType
Source§impl Serialize for ManagmentDataType
impl Serialize for ManagmentDataType
Source§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for ManagmentDataType
impl StructuralPartialEq for ManagmentDataType
Auto Trait Implementations§
impl Freeze for ManagmentDataType
impl RefUnwindSafe for ManagmentDataType
impl Send for ManagmentDataType
impl Sync for ManagmentDataType
impl Unpin for ManagmentDataType
impl UnwindSafe for ManagmentDataType
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