pub struct ContextRef {
pub reference: String,
pub resolved: bool,
pub path: Option<String>,
}Fields§
§reference: String§resolved: bool§path: Option<String>Trait Implementations§
Source§impl Debug for ContextRef
impl Debug for ContextRef
Auto Trait Implementations§
impl Freeze for ContextRef
impl RefUnwindSafe for ContextRef
impl Send for ContextRef
impl Sync for ContextRef
impl Unpin for ContextRef
impl UnsafeUnpin for ContextRef
impl UnwindSafe for ContextRef
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