pub struct ElementResult {
pub str: String,
pub spans: Vec<ToStringSpan>,
}Fields§
§str: String§spans: Vec<ToStringSpan>Trait Implementations§
Source§impl Clone for ElementResult
impl Clone for ElementResult
Source§fn clone(&self) -> ElementResult
fn clone(&self) -> ElementResult
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 moreSource§impl Debug for ElementResult
impl Debug for ElementResult
Source§impl Default for ElementResult
impl Default for ElementResult
Source§fn default() -> ElementResult
fn default() -> ElementResult
Returns the “default value” for a type. Read more
impl Send for ElementResult
impl Sync for ElementResult
Auto Trait Implementations§
impl Freeze for ElementResult
impl RefUnwindSafe for ElementResult
impl Unpin for ElementResult
impl UnsafeUnpin for ElementResult
impl UnwindSafe for ElementResult
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