pub struct ResolvedRealPath { /* private fields */ }Implementations§
Source§impl ResolvedRealPath
impl ResolvedRealPath
pub const fn new(status: NavigationStatus, realPath: String) -> Self
Trait Implementations§
Source§impl Clone for ResolvedRealPath
impl Clone for ResolvedRealPath
Source§fn clone(&self) -> ResolvedRealPath
fn clone(&self) -> ResolvedRealPath
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 moreAuto Trait Implementations§
impl Freeze for ResolvedRealPath
impl RefUnwindSafe for ResolvedRealPath
impl Send for ResolvedRealPath
impl Sync for ResolvedRealPath
impl Unpin for ResolvedRealPath
impl UnsafeUnpin for ResolvedRealPath
impl UnwindSafe for ResolvedRealPath
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