pub struct WorkspaceMountEvent {
pub source: String,
pub destination: String,
pub mode: String,
pub allow_execute: bool,
}Fields§
§source: String§destination: String§mode: String§allow_execute: boolTrait Implementations§
Source§impl Clone for WorkspaceMountEvent
impl Clone for WorkspaceMountEvent
Source§fn clone(&self) -> WorkspaceMountEvent
fn clone(&self) -> WorkspaceMountEvent
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 WorkspaceMountEvent
impl Debug for WorkspaceMountEvent
Auto Trait Implementations§
impl Freeze for WorkspaceMountEvent
impl RefUnwindSafe for WorkspaceMountEvent
impl Send for WorkspaceMountEvent
impl Sync for WorkspaceMountEvent
impl Unpin for WorkspaceMountEvent
impl UnsafeUnpin for WorkspaceMountEvent
impl UnwindSafe for WorkspaceMountEvent
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