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