pub struct UnmountEnvironmentResource {
pub context: EnvironmentMutationContext,
pub mount_id: String,
}Expand description
Atomic resource unmount command.
Fields§
§context: EnvironmentMutationContextShared mutation evidence.
mount_id: StringMount identity.
Implementations§
Source§impl UnmountEnvironmentResource
impl UnmountEnvironmentResource
Sourcepub fn validate(&self) -> SessionStoreResult<()>
pub fn validate(&self) -> SessionStoreResult<()>
Validate command evidence.
§Errors
Returns an error when shared mutation evidence or a command identity is invalid.
Trait Implementations§
Source§impl Clone for UnmountEnvironmentResource
impl Clone for UnmountEnvironmentResource
Source§fn clone(&self) -> UnmountEnvironmentResource
fn clone(&self) -> UnmountEnvironmentResource
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 UnmountEnvironmentResource
impl Debug for UnmountEnvironmentResource
impl Eq for UnmountEnvironmentResource
impl StructuralPartialEq for UnmountEnvironmentResource
Auto Trait Implementations§
impl Freeze for UnmountEnvironmentResource
impl RefUnwindSafe for UnmountEnvironmentResource
impl Send for UnmountEnvironmentResource
impl Sync for UnmountEnvironmentResource
impl Unpin for UnmountEnvironmentResource
impl UnsafeUnpin for UnmountEnvironmentResource
impl UnwindSafe for UnmountEnvironmentResource
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