pub enum InCrate {
Local {
mode: OrphanCheckMode,
},
Remote,
}Expand description
Whether we do the orphan check relative to this crate or to some remote crate.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InCrate
impl RefUnwindSafe for InCrate
impl Send for InCrate
impl Sync for InCrate
impl Unpin for InCrate
impl UnwindSafe for InCrate
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