pub(crate) struct AttributeData<'input> {
pub(crate) name: ExpandedNameIndexed<'input>,
pub(crate) value: StringStorage<'input>,
pub(crate) range: Range<usize>,
pub(crate) qname_len: u16,
pub(crate) eq_len: u8,
}Fields§
§name: ExpandedNameIndexed<'input>§value: StringStorage<'input>§range: Range<usize>§qname_len: u16§eq_len: u8Trait Implementations§
Source§impl<'input> Clone for AttributeData<'input>
impl<'input> Clone for AttributeData<'input>
Source§fn clone(&self) -> AttributeData<'input>
fn clone(&self) -> AttributeData<'input>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'input> Freeze for AttributeData<'input>
impl<'input> RefUnwindSafe for AttributeData<'input>
impl<'input> Send for AttributeData<'input>
impl<'input> Sync for AttributeData<'input>
impl<'input> Unpin for AttributeData<'input>
impl<'input> UnwindSafe for AttributeData<'input>
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