pub struct SupportedDefaultResponse {
pub defaults: Box<SupportedDefaultResponseDefaults>,
pub recommended: Box<SupportedDefaultResponseDefaultsId>,
}Fields§
§defaults: Box<SupportedDefaultResponseDefaults>§recommended: Box<SupportedDefaultResponseDefaultsId>Implementations§
Source§impl SupportedDefaultResponse
impl SupportedDefaultResponse
pub fn new( defaults: SupportedDefaultResponseDefaults, recommended: SupportedDefaultResponseDefaultsId, ) -> SupportedDefaultResponse
Trait Implementations§
Source§impl Clone for SupportedDefaultResponse
impl Clone for SupportedDefaultResponse
Source§fn clone(&self) -> SupportedDefaultResponse
fn clone(&self) -> SupportedDefaultResponse
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 SupportedDefaultResponse
impl Debug for SupportedDefaultResponse
Source§impl<'de> Deserialize<'de> for SupportedDefaultResponse
impl<'de> Deserialize<'de> for SupportedDefaultResponse
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 SupportedDefaultResponse
impl PartialEq for SupportedDefaultResponse
Source§impl Serialize for SupportedDefaultResponse
impl Serialize for SupportedDefaultResponse
impl StructuralPartialEq for SupportedDefaultResponse
Auto Trait Implementations§
impl Freeze for SupportedDefaultResponse
impl RefUnwindSafe for SupportedDefaultResponse
impl Send for SupportedDefaultResponse
impl Sync for SupportedDefaultResponse
impl Unpin for SupportedDefaultResponse
impl UnwindSafe for SupportedDefaultResponse
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