pub struct WithAttribute {
pub name: String,
pub value: String,
}Expand description
WithBlock attribute structure
Fields§
§name: String§value: StringTrait Implementations§
Source§impl Clone for WithAttribute
impl Clone for WithAttribute
Source§fn clone(&self) -> WithAttribute
fn clone(&self) -> WithAttribute
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 moreSource§impl Debug for WithAttribute
impl Debug for WithAttribute
Source§impl PartialEq for WithAttribute
impl PartialEq for WithAttribute
impl StructuralPartialEq for WithAttribute
Auto Trait Implementations§
impl Freeze for WithAttribute
impl RefUnwindSafe for WithAttribute
impl Send for WithAttribute
impl Sync for WithAttribute
impl Unpin for WithAttribute
impl UnsafeUnpin for WithAttribute
impl UnwindSafe for WithAttribute
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