pub struct MetaTag {
pub name: String,
pub content: String,
}Fields§
§name: String§content: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for MetaTag
impl RefUnwindSafe for MetaTag
impl Send for MetaTag
impl Sync for MetaTag
impl Unpin for MetaTag
impl UnwindSafe for MetaTag
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