pub struct WorkspaceDeployUiSettings {
pub include_path: Option<Vec<String>>,
pub include_type: Option<Vec<IncludeType>>,
}Fields§
§include_path: Option<Vec<String>>§include_type: Option<Vec<IncludeType>>Implementations§
Source§impl WorkspaceDeployUiSettings
impl WorkspaceDeployUiSettings
pub fn new() -> WorkspaceDeployUiSettings
Trait Implementations§
Source§impl Clone for WorkspaceDeployUiSettings
impl Clone for WorkspaceDeployUiSettings
Source§fn clone(&self) -> WorkspaceDeployUiSettings
fn clone(&self) -> WorkspaceDeployUiSettings
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WorkspaceDeployUiSettings
impl Debug for WorkspaceDeployUiSettings
Source§impl Default for WorkspaceDeployUiSettings
impl Default for WorkspaceDeployUiSettings
Source§fn default() -> WorkspaceDeployUiSettings
fn default() -> WorkspaceDeployUiSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WorkspaceDeployUiSettings
impl<'de> Deserialize<'de> for WorkspaceDeployUiSettings
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 WorkspaceDeployUiSettings
impl PartialEq for WorkspaceDeployUiSettings
Source§fn eq(&self, other: &WorkspaceDeployUiSettings) -> bool
fn eq(&self, other: &WorkspaceDeployUiSettings) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WorkspaceDeployUiSettings
Auto Trait Implementations§
impl Freeze for WorkspaceDeployUiSettings
impl RefUnwindSafe for WorkspaceDeployUiSettings
impl Send for WorkspaceDeployUiSettings
impl Sync for WorkspaceDeployUiSettings
impl Unpin for WorkspaceDeployUiSettings
impl UnwindSafe for WorkspaceDeployUiSettings
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