pub struct RustLibPath(/* private fields */);Expand description
A canonical UTF-8 path relative to a managed Rust-library root.
Implementations§
Trait Implementations§
Source§impl Clone for RustLibPath
impl Clone for RustLibPath
Source§fn clone(&self) -> RustLibPath
fn clone(&self) -> RustLibPath
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RustLibPath
impl Debug for RustLibPath
Source§impl Display for RustLibPath
impl Display for RustLibPath
impl Eq for RustLibPath
Source§impl Hash for RustLibPath
impl Hash for RustLibPath
Source§impl Ord for RustLibPath
impl Ord for RustLibPath
Source§fn cmp(&self, other: &RustLibPath) -> Ordering
fn cmp(&self, other: &RustLibPath) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RustLibPath
impl PartialEq for RustLibPath
Source§impl PartialOrd for RustLibPath
impl PartialOrd for RustLibPath
impl StructuralPartialEq for RustLibPath
Auto Trait Implementations§
impl Freeze for RustLibPath
impl RefUnwindSafe for RustLibPath
impl Send for RustLibPath
impl Sync for RustLibPath
impl Unpin for RustLibPath
impl UnsafeUnpin for RustLibPath
impl UnwindSafe for RustLibPath
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