pub struct CompiledPath {
pub segments: Arc<[String]>,
}Fields§
§segments: Arc<[String]>Implementations§
Trait Implementations§
Source§impl Clone for CompiledPath
impl Clone for CompiledPath
Source§fn clone(&self) -> CompiledPath
fn clone(&self) -> CompiledPath
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 moreAuto Trait Implementations§
impl Freeze for CompiledPath
impl RefUnwindSafe for CompiledPath
impl Send for CompiledPath
impl Sync for CompiledPath
impl Unpin for CompiledPath
impl UnwindSafe for CompiledPath
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