pub struct MonitorParams {
pub variable: String,
}Fields§
§variable: StringTrait Implementations§
Source§impl Clone for MonitorParams
impl Clone for MonitorParams
Source§fn clone(&self) -> MonitorParams
fn clone(&self) -> MonitorParams
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 MonitorParams
impl Debug for MonitorParams
Source§impl Default for MonitorParams
impl Default for MonitorParams
Source§fn default() -> MonitorParams
fn default() -> MonitorParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MonitorParams
impl<'de> Deserialize<'de> for MonitorParams
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 MonitorParams
impl PartialEq for MonitorParams
Source§impl Serialize for MonitorParams
impl Serialize for MonitorParams
impl StructuralPartialEq for MonitorParams
Auto Trait Implementations§
impl Freeze for MonitorParams
impl RefUnwindSafe for MonitorParams
impl Send for MonitorParams
impl Sync for MonitorParams
impl Unpin for MonitorParams
impl UnwindSafe for MonitorParams
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