pub struct ExtNode {
pub range: Range,
pub kv_pairs: Vec<(String, String)>,
}Fields§
§range: Range§kv_pairs: Vec<(String, String)>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExtNode
impl RefUnwindSafe for ExtNode
impl Send for ExtNode
impl Sync for ExtNode
impl Unpin for ExtNode
impl UnsafeUnpin for ExtNode
impl UnwindSafe for ExtNode
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