pub enum BlockElement {
Button(ButtonElement),
StaticSelect(StaticSelectElement),
Overflow(OverflowElement),
}Expand description
Block element.
Variants§
Trait Implementations§
Source§impl Clone for BlockElement
impl Clone for BlockElement
Source§fn clone(&self) -> BlockElement
fn clone(&self) -> BlockElement
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 BlockElement
impl Debug for BlockElement
Auto Trait Implementations§
impl Freeze for BlockElement
impl RefUnwindSafe for BlockElement
impl Send for BlockElement
impl Sync for BlockElement
impl Unpin for BlockElement
impl UnwindSafe for BlockElement
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