pub struct WorkspacePackageResult {
pub definition: Location,
}Fields§
§definition: LocationTrait Implementations§
Source§impl Clone for WorkspacePackageResult
impl Clone for WorkspacePackageResult
Source§fn clone(&self) -> WorkspacePackageResult
fn clone(&self) -> WorkspacePackageResult
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 moreAuto Trait Implementations§
impl Freeze for WorkspacePackageResult
impl RefUnwindSafe for WorkspacePackageResult
impl Send for WorkspacePackageResult
impl Sync for WorkspacePackageResult
impl Unpin for WorkspacePackageResult
impl UnsafeUnpin for WorkspacePackageResult
impl UnwindSafe for WorkspacePackageResult
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