pub struct Get200Response {
pub url: String,
pub version: String,
}Fields§
§url: String§version: StringImplementations§
source§impl Get200Response
impl Get200Response
pub fn new(url: String, version: String) -> Get200Response
Trait Implementations§
source§impl Clone for Get200Response
impl Clone for Get200Response
source§fn clone(&self) -> Get200Response
fn clone(&self) -> Get200Response
Returns a copy 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 Get200Response
impl Debug for Get200Response
source§impl Default for Get200Response
impl Default for Get200Response
source§fn default() -> Get200Response
fn default() -> Get200Response
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for Get200Response
impl<'de> Deserialize<'de> for Get200Response
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 Get200Response
impl PartialEq for Get200Response
source§fn eq(&self, other: &Get200Response) -> bool
fn eq(&self, other: &Get200Response) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for Get200Response
impl Serialize for Get200Response
impl StructuralPartialEq for Get200Response
Auto Trait Implementations§
impl RefUnwindSafe for Get200Response
impl Send for Get200Response
impl Sync for Get200Response
impl Unpin for Get200Response
impl UnwindSafe for Get200Response
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