pub struct PostMonitorsBody {
pub monitor: Option<PostMonitorsBodyMonitor>,
}
Fields§
§monitor: Option<PostMonitorsBodyMonitor>
Trait Implementations§
Source§impl Clone for PostMonitorsBody
impl Clone for PostMonitorsBody
Source§fn clone(&self) -> PostMonitorsBody
fn clone(&self) -> PostMonitorsBody
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 PostMonitorsBody
impl Debug for PostMonitorsBody
Source§impl<'de> Deserialize<'de> for PostMonitorsBody
impl<'de> Deserialize<'de> for PostMonitorsBody
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 PostMonitorsBody
impl PartialEq for PostMonitorsBody
Source§impl Serialize for PostMonitorsBody
impl Serialize for PostMonitorsBody
impl StructuralPartialEq for PostMonitorsBody
Auto Trait Implementations§
impl Freeze for PostMonitorsBody
impl RefUnwindSafe for PostMonitorsBody
impl Send for PostMonitorsBody
impl Sync for PostMonitorsBody
impl Unpin for PostMonitorsBody
impl UnwindSafe for PostMonitorsBody
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