pub enum ProvidesKind {
Package,
Class,
File,
}Expand description
Which of the three \Provides… namespaces a declaration names.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ProvidesKind
impl Clone for ProvidesKind
Source§fn clone(&self) -> ProvidesKind
fn clone(&self) -> ProvidesKind
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 moreimpl Copy for ProvidesKind
Source§impl Debug for ProvidesKind
impl Debug for ProvidesKind
impl Eq for ProvidesKind
Source§impl PartialEq for ProvidesKind
impl PartialEq for ProvidesKind
impl StructuralPartialEq for ProvidesKind
Auto Trait Implementations§
impl Freeze for ProvidesKind
impl RefUnwindSafe for ProvidesKind
impl Send for ProvidesKind
impl Sync for ProvidesKind
impl Unpin for ProvidesKind
impl UnsafeUnpin for ProvidesKind
impl UnwindSafe for ProvidesKind
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