pub enum SlmpFrameType {
Frame3E,
Frame4E,
}Variants§
Trait Implementations§
Source§impl Clone for SlmpFrameType
impl Clone for SlmpFrameType
Source§fn clone(&self) -> SlmpFrameType
fn clone(&self) -> SlmpFrameType
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 SlmpFrameType
impl Debug for SlmpFrameType
Source§impl<'de> Deserialize<'de> for SlmpFrameType
impl<'de> Deserialize<'de> for SlmpFrameType
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
Source§impl PartialEq for SlmpFrameType
impl PartialEq for SlmpFrameType
Source§impl Serialize for SlmpFrameType
impl Serialize for SlmpFrameType
impl Copy for SlmpFrameType
impl Eq for SlmpFrameType
impl StructuralPartialEq for SlmpFrameType
Auto Trait Implementations§
impl Freeze for SlmpFrameType
impl RefUnwindSafe for SlmpFrameType
impl Send for SlmpFrameType
impl Sync for SlmpFrameType
impl Unpin for SlmpFrameType
impl UnsafeUnpin for SlmpFrameType
impl UnwindSafe for SlmpFrameType
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