pub struct ProvisionedWorkspace {
pub durable_backend_id: String,
pub root: String,
}Fields§
§durable_backend_id: String§root: StringTrait Implementations§
Source§impl Clone for ProvisionedWorkspace
impl Clone for ProvisionedWorkspace
Source§fn clone(&self) -> ProvisionedWorkspace
fn clone(&self) -> ProvisionedWorkspace
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 ProvisionedWorkspace
impl Debug for ProvisionedWorkspace
Source§impl<'de> Deserialize<'de> for ProvisionedWorkspace
impl<'de> Deserialize<'de> for ProvisionedWorkspace
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 ProvisionedWorkspace
Source§impl PartialEq for ProvisionedWorkspace
impl PartialEq for ProvisionedWorkspace
Source§impl Serialize for ProvisionedWorkspace
impl Serialize for ProvisionedWorkspace
impl StructuralPartialEq for ProvisionedWorkspace
Auto Trait Implementations§
impl Freeze for ProvisionedWorkspace
impl RefUnwindSafe for ProvisionedWorkspace
impl Send for ProvisionedWorkspace
impl Sync for ProvisionedWorkspace
impl Unpin for ProvisionedWorkspace
impl UnsafeUnpin for ProvisionedWorkspace
impl UnwindSafe for ProvisionedWorkspace
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