pub struct BrotliCompressionResponseLinksLinks {
pub _self: Option<String>,
pub service: Option<String>,
}Fields§
§_self: Option<String>Location of resource
service: Option<String>Location of the service resource
Implementations§
Trait Implementations§
Source§impl Clone for BrotliCompressionResponseLinksLinks
impl Clone for BrotliCompressionResponseLinksLinks
Source§fn clone(&self) -> BrotliCompressionResponseLinksLinks
fn clone(&self) -> BrotliCompressionResponseLinksLinks
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 Default for BrotliCompressionResponseLinksLinks
impl Default for BrotliCompressionResponseLinksLinks
Source§fn default() -> BrotliCompressionResponseLinksLinks
fn default() -> BrotliCompressionResponseLinksLinks
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BrotliCompressionResponseLinksLinks
impl<'de> Deserialize<'de> for BrotliCompressionResponseLinksLinks
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 BrotliCompressionResponseLinksLinks
impl PartialEq for BrotliCompressionResponseLinksLinks
Source§fn eq(&self, other: &BrotliCompressionResponseLinksLinks) -> bool
fn eq(&self, other: &BrotliCompressionResponseLinksLinks) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BrotliCompressionResponseLinksLinks
Auto Trait Implementations§
impl Freeze for BrotliCompressionResponseLinksLinks
impl RefUnwindSafe for BrotliCompressionResponseLinksLinks
impl Send for BrotliCompressionResponseLinksLinks
impl Sync for BrotliCompressionResponseLinksLinks
impl Unpin for BrotliCompressionResponseLinksLinks
impl UnwindSafe for BrotliCompressionResponseLinksLinks
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