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