Struct cercis_html::attribute::VAttribute
source · pub struct VAttribute {
pub name: String,
pub value: Option<String>,
pub is_raw: bool,
}Fields§
§name: String§value: Option<String>§is_raw: boolImplementations§
Trait Implementations§
source§impl Clone for VAttribute
impl Clone for VAttribute
source§fn clone(&self) -> VAttribute
fn clone(&self) -> VAttribute
Returns a copy 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 Freeze for VAttribute
impl RefUnwindSafe for VAttribute
impl Send for VAttribute
impl Sync for VAttribute
impl Unpin for VAttribute
impl UnwindSafe for VAttribute
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