Struct ra_ap_project_model::PackageRoot [−][src]
pub struct PackageRoot {
pub is_local: bool,
pub include: Vec<AbsPathBuf>,
pub exclude: Vec<AbsPathBuf>,
}Expand description
PackageRoot describes a package root folder.
Which may be an external dependency, or a member of
the current workspace.
Fields
is_local: boolIs from the local filesystem and may be edited
include: Vec<AbsPathBuf>exclude: Vec<AbsPathBuf>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PackageRoot
impl Send for PackageRoot
impl Sync for PackageRoot
impl Unpin for PackageRoot
impl UnwindSafe for PackageRoot
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more