pub struct UserSearchPath();
Trait Implementations§
Source§impl Clone for UserSearchPath
impl Clone for UserSearchPath
Source§fn clone(&self) -> UserSearchPath
fn clone(&self) -> UserSearchPath
Returns a copy 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 UserSearchPath
impl Debug for UserSearchPath
Auto Trait Implementations§
impl Freeze for UserSearchPath
impl RefUnwindSafe for UserSearchPath
impl Send for UserSearchPath
impl Sync for UserSearchPath
impl Unpin for UserSearchPath
impl UnwindSafe for UserSearchPath
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