pub enum ContextOrShape {
ActionContext(EntityUID),
EntityTypeShape(Name),
}
Variants§
Trait Implementations§
source§impl Debug for ContextOrShape
impl Debug for ContextOrShape
Auto Trait Implementations§
impl RefUnwindSafe for ContextOrShape
impl Send for ContextOrShape
impl Sync for ContextOrShape
impl Unpin for ContextOrShape
impl UnwindSafe for ContextOrShape
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