pub struct SlmpDeviceRangeSampleFailure {
pub address: String,
pub phase: String,
pub message: String,
}Fields§
§address: String§phase: String§message: StringTrait Implementations§
Source§impl Clone for SlmpDeviceRangeSampleFailure
impl Clone for SlmpDeviceRangeSampleFailure
Source§fn clone(&self) -> SlmpDeviceRangeSampleFailure
fn clone(&self) -> SlmpDeviceRangeSampleFailure
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 SlmpDeviceRangeSampleFailure
impl Debug for SlmpDeviceRangeSampleFailure
Source§impl<'de> Deserialize<'de> for SlmpDeviceRangeSampleFailure
impl<'de> Deserialize<'de> for SlmpDeviceRangeSampleFailure
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
Auto Trait Implementations§
impl Freeze for SlmpDeviceRangeSampleFailure
impl RefUnwindSafe for SlmpDeviceRangeSampleFailure
impl Send for SlmpDeviceRangeSampleFailure
impl Sync for SlmpDeviceRangeSampleFailure
impl Unpin for SlmpDeviceRangeSampleFailure
impl UnsafeUnpin for SlmpDeviceRangeSampleFailure
impl UnwindSafe for SlmpDeviceRangeSampleFailure
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