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