pub struct PingMethod {
pub type: String,
pub use: Option<String>,
pub custom_properties: Option<CustomPropertiesCollection>,
}Expand description
PingMethodType element
Fields§
§type: StringType attribute
use: Option<String>Use attribute
custom_properties: Option<CustomPropertiesCollection>CustomProperties element
Trait Implementations§
Source§impl Clone for PingMethod
impl Clone for PingMethod
Source§fn clone(&self) -> PingMethod
fn clone(&self) -> PingMethod
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 PingMethod
impl Debug for PingMethod
Source§impl Default for PingMethod
impl Default for PingMethod
Source§fn default() -> PingMethod
fn default() -> PingMethod
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PingMethod
impl<'de> Deserialize<'de> for PingMethod
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 PingMethod
impl PartialEq for PingMethod
Source§impl Serialize for PingMethod
impl Serialize for PingMethod
impl StructuralPartialEq for PingMethod
Auto Trait Implementations§
impl Freeze for PingMethod
impl RefUnwindSafe for PingMethod
impl Send for PingMethod
impl Sync for PingMethod
impl Unpin for PingMethod
impl UnsafeUnpin for PingMethod
impl UnwindSafe for PingMethod
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