#[repr(u8)]pub enum PropsMode {
Inline = 1,
ScriptTag = 2,
Deferred = 3,
}Expand description
How island props are delivered.
Variants§
Implementations§
Trait Implementations§
impl Copy for PropsMode
impl Eq for PropsMode
impl StructuralPartialEq for PropsMode
Auto Trait Implementations§
impl Freeze for PropsMode
impl RefUnwindSafe for PropsMode
impl Send for PropsMode
impl Sync for PropsMode
impl Unpin for PropsMode
impl UnsafeUnpin for PropsMode
impl UnwindSafe for PropsMode
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