pub struct ModuleWorkspaceBackup {
pub path: String,
pub existence: PathExistence,
pub file_type: ManagedFileType,
pub content_base64: Option<String>,
pub content_digest: Option<String>,
pub mode: Option<u32>,
}Fields§
§path: String§existence: PathExistence§file_type: ManagedFileType§content_base64: Option<String>§content_digest: Option<String>§mode: Option<u32>Trait Implementations§
Source§impl Clone for ModuleWorkspaceBackup
impl Clone for ModuleWorkspaceBackup
Source§fn clone(&self) -> ModuleWorkspaceBackup
fn clone(&self) -> ModuleWorkspaceBackup
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ModuleWorkspaceBackup
impl Debug for ModuleWorkspaceBackup
Source§impl<'de> Deserialize<'de> for ModuleWorkspaceBackup
impl<'de> Deserialize<'de> for ModuleWorkspaceBackup
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 Eq for ModuleWorkspaceBackup
Source§impl JsonSchema for ModuleWorkspaceBackup
impl JsonSchema for ModuleWorkspaceBackup
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Returns a string that uniquely identifies the schema produced by this type. Read more
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§fn inline_schema() -> bool
fn inline_schema() -> bool
Whether JSON Schemas generated for this type should be included directly in parent schemas,
rather than being re-used where possible using the
$ref keyword. Read moreSource§impl PartialEq for ModuleWorkspaceBackup
impl PartialEq for ModuleWorkspaceBackup
Source§impl Serialize for ModuleWorkspaceBackup
impl Serialize for ModuleWorkspaceBackup
impl StructuralPartialEq for ModuleWorkspaceBackup
Auto Trait Implementations§
impl Freeze for ModuleWorkspaceBackup
impl RefUnwindSafe for ModuleWorkspaceBackup
impl Send for ModuleWorkspaceBackup
impl Sync for ModuleWorkspaceBackup
impl Unpin for ModuleWorkspaceBackup
impl UnsafeUnpin for ModuleWorkspaceBackup
impl UnwindSafe for ModuleWorkspaceBackup
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.