pub struct RenderedName {
pub relative_path: PathBuf,
pub base_name: String,
}Fields§
§relative_path: PathBuf§base_name: StringTrait Implementations§
Source§impl Clone for RenderedName
impl Clone for RenderedName
Source§fn clone(&self) -> RenderedName
fn clone(&self) -> RenderedName
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 RenderedName
impl Debug for RenderedName
impl Eq for RenderedName
Source§impl PartialEq for RenderedName
impl PartialEq for RenderedName
Source§fn eq(&self, other: &RenderedName) -> bool
fn eq(&self, other: &RenderedName) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RenderedName
Auto Trait Implementations§
impl Freeze for RenderedName
impl RefUnwindSafe for RenderedName
impl Send for RenderedName
impl Sync for RenderedName
impl Unpin for RenderedName
impl UnsafeUnpin for RenderedName
impl UnwindSafe for RenderedName
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