pub enum BlockInlay {
Widget(BlockWidget),
}
Variants§
Widget(BlockWidget)
Trait Implementations§
Source§impl Clone for BlockInlay
impl Clone for BlockInlay
Source§fn clone(&self) -> BlockInlay
fn clone(&self) -> BlockInlay
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 BlockInlay
impl Debug for BlockInlay
Source§impl PartialEq for BlockInlay
impl PartialEq for BlockInlay
impl StructuralPartialEq for BlockInlay
Auto Trait Implementations§
impl Freeze for BlockInlay
impl RefUnwindSafe for BlockInlay
impl Send for BlockInlay
impl Sync for BlockInlay
impl Unpin for BlockInlay
impl UnwindSafe for BlockInlay
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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