pub enum MavenScope {
Compile,
Test,
Runtime,
Provided,
System,
Import,
}Variants§
Trait Implementations§
Source§impl Clone for MavenScope
impl Clone for MavenScope
Source§fn clone(&self) -> MavenScope
fn clone(&self) -> MavenScope
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 MavenScope
impl Debug for MavenScope
Source§impl Default for MavenScope
impl Default for MavenScope
Source§fn default() -> MavenScope
fn default() -> MavenScope
Returns the “default value” for a type. Read more
impl Eq for MavenScope
Source§impl FromStr for MavenScope
impl FromStr for MavenScope
Source§impl PartialEq for MavenScope
impl PartialEq for MavenScope
Source§fn eq(&self, other: &MavenScope) -> bool
fn eq(&self, other: &MavenScope) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MavenScope
Auto Trait Implementations§
impl Freeze for MavenScope
impl RefUnwindSafe for MavenScope
impl Send for MavenScope
impl Sync for MavenScope
impl Unpin for MavenScope
impl UnsafeUnpin for MavenScope
impl UnwindSafe for MavenScope
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more