pub enum CrateFacing {
Declaring,
Harness,
}Expand description
The crate at which a rendered path is rooted.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CrateFacing
impl Clone for CrateFacing
Source§fn clone(&self) -> CrateFacing
fn clone(&self) -> CrateFacing
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 CrateFacing
Source§impl Debug for CrateFacing
impl Debug for CrateFacing
impl Eq for CrateFacing
Source§impl Hash for CrateFacing
impl Hash for CrateFacing
Source§impl PartialEq for CrateFacing
impl PartialEq for CrateFacing
impl StructuralPartialEq for CrateFacing
Auto Trait Implementations§
impl Freeze for CrateFacing
impl RefUnwindSafe for CrateFacing
impl Send for CrateFacing
impl Sync for CrateFacing
impl Unpin for CrateFacing
impl UnsafeUnpin for CrateFacing
impl UnwindSafe for CrateFacing
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