pub struct SlmpLabelRandomWritePoint {
pub label: String,
pub data: Vec<u8>,
}Fields§
§label: String§data: Vec<u8>Trait Implementations§
Source§impl Clone for SlmpLabelRandomWritePoint
impl Clone for SlmpLabelRandomWritePoint
Source§fn clone(&self) -> SlmpLabelRandomWritePoint
fn clone(&self) -> SlmpLabelRandomWritePoint
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 SlmpLabelRandomWritePoint
impl Debug for SlmpLabelRandomWritePoint
Source§impl<'de> Deserialize<'de> for SlmpLabelRandomWritePoint
impl<'de> Deserialize<'de> for SlmpLabelRandomWritePoint
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 SlmpLabelRandomWritePoint
impl PartialEq for SlmpLabelRandomWritePoint
Source§fn eq(&self, other: &SlmpLabelRandomWritePoint) -> bool
fn eq(&self, other: &SlmpLabelRandomWritePoint) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SlmpLabelRandomWritePoint
impl StructuralPartialEq for SlmpLabelRandomWritePoint
Auto Trait Implementations§
impl Freeze for SlmpLabelRandomWritePoint
impl RefUnwindSafe for SlmpLabelRandomWritePoint
impl Send for SlmpLabelRandomWritePoint
impl Sync for SlmpLabelRandomWritePoint
impl Unpin for SlmpLabelRandomWritePoint
impl UnsafeUnpin for SlmpLabelRandomWritePoint
impl UnwindSafe for SlmpLabelRandomWritePoint
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