#[repr(u8)]pub enum IslandTrigger {
Load = 1,
Visible = 2,
Interaction = 3,
Idle = 4,
}Expand description
When an island should be hydrated.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IslandTrigger
impl Clone for IslandTrigger
Source§fn clone(&self) -> IslandTrigger
fn clone(&self) -> IslandTrigger
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 IslandTrigger
impl Debug for IslandTrigger
Source§impl PartialEq for IslandTrigger
impl PartialEq for IslandTrigger
impl Copy for IslandTrigger
impl Eq for IslandTrigger
impl StructuralPartialEq for IslandTrigger
Auto Trait Implementations§
impl Freeze for IslandTrigger
impl RefUnwindSafe for IslandTrigger
impl Send for IslandTrigger
impl Sync for IslandTrigger
impl Unpin for IslandTrigger
impl UnsafeUnpin for IslandTrigger
impl UnwindSafe for IslandTrigger
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