pub struct ClasspathEntry(/* private fields */);Expand description
A classpath entry.
Implementations§
Source§impl ClasspathEntry
impl ClasspathEntry
pub fn new<P: AsRef<Path>>(classpath_entry: P) -> ClasspathEntry
Trait Implementations§
Source§impl Clone for ClasspathEntry
impl Clone for ClasspathEntry
Source§fn clone(&self) -> ClasspathEntry
fn clone(&self) -> ClasspathEntry
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 ClasspathEntry
impl Debug for ClasspathEntry
Auto Trait Implementations§
impl Freeze for ClasspathEntry
impl RefUnwindSafe for ClasspathEntry
impl Send for ClasspathEntry
impl Sync for ClasspathEntry
impl Unpin for ClasspathEntry
impl UnwindSafe for ClasspathEntry
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