pub enum PathCompression {}
Trait Implementations§
Source§impl FindStrategy for PathCompression
impl FindStrategy for PathCompression
const CHENGE_ROOT: bool = true
Auto Trait Implementations§
impl Freeze for PathCompression
impl RefUnwindSafe for PathCompression
impl Send for PathCompression
impl Sync for PathCompression
impl Unpin for PathCompression
impl UnwindSafe for PathCompression
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