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