Struct poem_openapi::ContactObject
source · pub struct ContactObject { /* private fields */ }
Expand description
A contact information for the exposed API.
Implementations
Trait Implementations
sourceimpl Debug for ContactObject
impl Debug for ContactObject
sourceimpl Default for ContactObject
impl Default for ContactObject
sourcefn default() -> ContactObject
fn default() -> ContactObject
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ContactObject
impl Send for ContactObject
impl Sync for ContactObject
impl Unpin for ContactObject
impl UnwindSafe for ContactObject
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more