pub struct RootStorage {
pub capacity: Option<String>,
}Expand description
Describes the root volume for a WorkSpace bundle.
Fields§
§capacity: Option<String>The size of the root volume.
Trait Implementations§
Source§impl Clone for RootStorage
impl Clone for RootStorage
Source§fn clone(&self) -> RootStorage
fn clone(&self) -> RootStorage
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 RootStorage
impl Debug for RootStorage
Source§impl Default for RootStorage
impl Default for RootStorage
Source§fn default() -> RootStorage
fn default() -> RootStorage
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RootStorage
impl<'de> Deserialize<'de> for RootStorage
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 RootStorage
impl PartialEq for RootStorage
impl StructuralPartialEq for RootStorage
Auto Trait Implementations§
impl Freeze for RootStorage
impl RefUnwindSafe for RootStorage
impl Send for RootStorage
impl Sync for RootStorage
impl Unpin for RootStorage
impl UnwindSafe for RootStorage
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