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