pub struct ClientTypesRepresentation {
pub client_types: Option<TypeVec<ClientTypeRepresentation>>,
pub global_client_types: Option<TypeVec<ClientTypeRepresentation>>,
}Fields§
§client_types: Option<TypeVec<ClientTypeRepresentation>>§global_client_types: Option<TypeVec<ClientTypeRepresentation>>Trait Implementations§
Source§impl Clone for ClientTypesRepresentation
impl Clone for ClientTypesRepresentation
Source§fn clone(&self) -> ClientTypesRepresentation
fn clone(&self) -> ClientTypesRepresentation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ClientTypesRepresentation
impl Debug for ClientTypesRepresentation
Source§impl Default for ClientTypesRepresentation
impl Default for ClientTypesRepresentation
Source§fn default() -> ClientTypesRepresentation
fn default() -> ClientTypesRepresentation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClientTypesRepresentation
impl<'de> Deserialize<'de> for ClientTypesRepresentation
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
impl Eq for ClientTypesRepresentation
Source§impl PartialEq for ClientTypesRepresentation
impl PartialEq for ClientTypesRepresentation
Source§fn eq(&self, other: &ClientTypesRepresentation) -> bool
fn eq(&self, other: &ClientTypesRepresentation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClientTypesRepresentation
Auto Trait Implementations§
impl Freeze for ClientTypesRepresentation
impl RefUnwindSafe for ClientTypesRepresentation
impl Send for ClientTypesRepresentation
impl Sync for ClientTypesRepresentation
impl Unpin for ClientTypesRepresentation
impl UnsafeUnpin for ClientTypesRepresentation
impl UnwindSafe for ClientTypesRepresentation
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