pub enum VAttr {
Static(String),
Dynamic(String),
Event(Rc<RefCell<dyn FnMut()>>),
}Expand description
Attribute value
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VAttr
impl !RefUnwindSafe for VAttr
impl !Send for VAttr
impl !Sync for VAttr
impl Unpin for VAttr
impl !UnwindSafe for VAttr
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