Enum makepad_code_editor::inlays::BlockInlay
source · 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 copy 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<BlockInlay> for BlockInlay
impl PartialEq<BlockInlay> for BlockInlay
source§fn eq(&self, other: &BlockInlay) -> bool
fn eq(&self, other: &BlockInlay) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BlockInlay
Auto Trait Implementations§
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> 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