pub struct StorageJson {
pub backup_workspaces: Option<BackupWorkspaces>,
pub profile_associations: Option<ProfileAssociations>,
}Expand description
A simpler representation of storage.json for reading
Fields§
§backup_workspaces: Option<BackupWorkspaces>§profile_associations: Option<ProfileAssociations>Implementations§
Trait Implementations§
Source§impl Debug for StorageJson
impl Debug for StorageJson
Source§impl<'de> Deserialize<'de> for StorageJson
impl<'de> Deserialize<'de> for StorageJson
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
Auto Trait Implementations§
impl Freeze for StorageJson
impl RefUnwindSafe for StorageJson
impl Send for StorageJson
impl Sync for StorageJson
impl Unpin for StorageJson
impl UnsafeUnpin for StorageJson
impl UnwindSafe for StorageJson
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