pub struct SuiteDefaultsV1 {
pub env: Option<String>,
pub no_history: Option<RawText>,
pub rest: Option<SuiteDefaultsRestV1>,
pub graphql: Option<SuiteDefaultsGraphqlV1>,
}Fields§
§env: Option<String>§no_history: Option<RawText>§rest: Option<SuiteDefaultsRestV1>§graphql: Option<SuiteDefaultsGraphqlV1>Trait Implementations§
Source§impl Clone for SuiteDefaultsV1
impl Clone for SuiteDefaultsV1
Source§fn clone(&self) -> SuiteDefaultsV1
fn clone(&self) -> SuiteDefaultsV1
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 SuiteDefaultsV1
impl Debug for SuiteDefaultsV1
Source§impl<'de> Deserialize<'de> for SuiteDefaultsV1
impl<'de> Deserialize<'de> for SuiteDefaultsV1
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 SuiteDefaultsV1
impl PartialEq for SuiteDefaultsV1
impl StructuralPartialEq for SuiteDefaultsV1
Auto Trait Implementations§
impl Freeze for SuiteDefaultsV1
impl RefUnwindSafe for SuiteDefaultsV1
impl Send for SuiteDefaultsV1
impl Sync for SuiteDefaultsV1
impl Unpin for SuiteDefaultsV1
impl UnsafeUnpin for SuiteDefaultsV1
impl UnwindSafe for SuiteDefaultsV1
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