Struct tui_markup_renderer::parser::MarkupAttribute
source · [−]Fields
name: String
value: String
Trait Implementations
sourceimpl Clone for MarkupAttribute
impl Clone for MarkupAttribute
sourcefn clone(&self) -> MarkupAttribute
fn clone(&self) -> MarkupAttribute
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for MarkupAttribute
impl Send for MarkupAttribute
impl Sync for MarkupAttribute
impl Unpin for MarkupAttribute
impl UnwindSafe for MarkupAttribute
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more