pub struct WorkspaceRef {
pub workspace: Spanned<bool>,
}Expand description
Workspace inheritance marker ({ workspace = true }).
Fields§
§workspace: Spanned<bool>Must be true to indicate workspace inheritance.
Trait Implementations§
Source§impl Clone for WorkspaceRef
impl Clone for WorkspaceRef
Source§fn clone(&self) -> WorkspaceRef
fn clone(&self) -> WorkspaceRef
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 WorkspaceRef
impl Debug for WorkspaceRef
Auto Trait Implementations§
impl Freeze for WorkspaceRef
impl RefUnwindSafe for WorkspaceRef
impl Send for WorkspaceRef
impl Sync for WorkspaceRef
impl Unpin for WorkspaceRef
impl UnsafeUnpin for WorkspaceRef
impl UnwindSafe for WorkspaceRef
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