pub struct WebsocketsResponseBodyGetAllServices {
pub product: Option<Box<WebsocketsResponseProductProduct>>,
pub customer: Option<Box<BotManagementResponseCustomerCustomer>>,
pub services: Option<Vec<String>>,
pub _links: Option<Box<WebsocketsResponseLinksGetAllServicesLinks>>,
}
Fields§
§product: Option<Box<WebsocketsResponseProductProduct>>
§customer: Option<Box<BotManagementResponseCustomerCustomer>>
§services: Option<Vec<String>>
A list of services with Websockets enabled.
_links: Option<Box<WebsocketsResponseLinksGetAllServicesLinks>>
Implementations§
Trait Implementations§
Source§impl Clone for WebsocketsResponseBodyGetAllServices
impl Clone for WebsocketsResponseBodyGetAllServices
Source§fn clone(&self) -> WebsocketsResponseBodyGetAllServices
fn clone(&self) -> WebsocketsResponseBodyGetAllServices
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 WebsocketsResponseBodyGetAllServices
impl Default for WebsocketsResponseBodyGetAllServices
Source§fn default() -> WebsocketsResponseBodyGetAllServices
fn default() -> WebsocketsResponseBodyGetAllServices
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebsocketsResponseBodyGetAllServices
impl<'de> Deserialize<'de> for WebsocketsResponseBodyGetAllServices
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 WebsocketsResponseBodyGetAllServices
impl PartialEq for WebsocketsResponseBodyGetAllServices
Source§fn eq(&self, other: &WebsocketsResponseBodyGetAllServices) -> bool
fn eq(&self, other: &WebsocketsResponseBodyGetAllServices) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for WebsocketsResponseBodyGetAllServices
Auto Trait Implementations§
impl Freeze for WebsocketsResponseBodyGetAllServices
impl RefUnwindSafe for WebsocketsResponseBodyGetAllServices
impl Send for WebsocketsResponseBodyGetAllServices
impl Sync for WebsocketsResponseBodyGetAllServices
impl Unpin for WebsocketsResponseBodyGetAllServices
impl UnwindSafe for WebsocketsResponseBodyGetAllServices
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