pub struct ContextPath(pub String);
Expand description
Context path object.
Tuple Fields§
§0: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ContextPath
impl RefUnwindSafe for ContextPath
impl Send for ContextPath
impl Sync for ContextPath
impl Unpin for ContextPath
impl UnwindSafe for ContextPath
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