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