pub struct SettingIsTheSettingToUpdate {
pub general_setting: Option<Box<Apiv1WorkspaceGeneralSetting>>,
pub storage_setting: Option<Box<Apiv1WorkspaceStorageSetting>>,
pub memo_related_setting: Option<Box<Apiv1WorkspaceMemoRelatedSetting>>,
}
Fields§
§general_setting: Option<Box<Apiv1WorkspaceGeneralSetting>>
§storage_setting: Option<Box<Apiv1WorkspaceStorageSetting>>
Implementations§
Source§impl SettingIsTheSettingToUpdate
impl SettingIsTheSettingToUpdate
pub fn new() -> SettingIsTheSettingToUpdate
Trait Implementations§
Source§impl Clone for SettingIsTheSettingToUpdate
impl Clone for SettingIsTheSettingToUpdate
Source§fn clone(&self) -> SettingIsTheSettingToUpdate
fn clone(&self) -> SettingIsTheSettingToUpdate
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 SettingIsTheSettingToUpdate
impl Debug for SettingIsTheSettingToUpdate
Source§impl Default for SettingIsTheSettingToUpdate
impl Default for SettingIsTheSettingToUpdate
Source§fn default() -> SettingIsTheSettingToUpdate
fn default() -> SettingIsTheSettingToUpdate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SettingIsTheSettingToUpdate
impl<'de> Deserialize<'de> for SettingIsTheSettingToUpdate
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 StructuralPartialEq for SettingIsTheSettingToUpdate
Auto Trait Implementations§
impl Freeze for SettingIsTheSettingToUpdate
impl RefUnwindSafe for SettingIsTheSettingToUpdate
impl Send for SettingIsTheSettingToUpdate
impl Sync for SettingIsTheSettingToUpdate
impl Unpin for SettingIsTheSettingToUpdate
impl UnwindSafe for SettingIsTheSettingToUpdate
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