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