pub struct VariablePath {
pub raw: String,
}
Fields§
§raw: String
Trait Implementations§
Source§impl Debug for VariablePath
impl Debug for VariablePath
Source§impl PartialEq for VariablePath
impl PartialEq for VariablePath
impl StructuralPartialEq for VariablePath
Auto Trait Implementations§
impl Freeze for VariablePath
impl RefUnwindSafe for VariablePath
impl Send for VariablePath
impl Sync for VariablePath
impl Unpin for VariablePath
impl UnwindSafe for VariablePath
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