pub struct SqshPathResolver { /* private fields */ }Expand description
tree/path_resolver.c
Trait Implementations§
Source§impl Clone for SqshPathResolver
impl Clone for SqshPathResolver
Source§fn clone(&self) -> SqshPathResolver
fn clone(&self) -> SqshPathResolver
Returns a duplicate of the value. Read more
1.0.0 · 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 SqshPathResolver
impl Debug for SqshPathResolver
impl Copy for SqshPathResolver
Auto Trait Implementations§
impl Freeze for SqshPathResolver
impl RefUnwindSafe for SqshPathResolver
impl Send for SqshPathResolver
impl Sync for SqshPathResolver
impl Unpin for SqshPathResolver
impl UnwindSafe for SqshPathResolver
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