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