pub struct ContextRoot;Expand description
Rooted at the whole message context: the authored path names its own root,
as in data.user.name, metadata.progress or temp_data.i.
Trait Implementations§
Source§impl Clone for ContextRoot
impl Clone for ContextRoot
Source§fn clone(&self) -> ContextRoot
fn clone(&self) -> ContextRoot
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 moreimpl Copy for ContextRoot
Source§impl Debug for ContextRoot
impl Debug for ContextRoot
Source§impl Default for ContextRoot
impl Default for ContextRoot
Source§fn default() -> ContextRoot
fn default() -> ContextRoot
Returns the “default value” for a type. Read more
Source§impl PathRoot for ContextRoot
impl PathRoot for ContextRoot
Auto Trait Implementations§
impl Freeze for ContextRoot
impl RefUnwindSafe for ContextRoot
impl Send for ContextRoot
impl Sync for ContextRoot
impl Unpin for ContextRoot
impl UnsafeUnpin for ContextRoot
impl UnwindSafe for ContextRoot
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