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