pub enum Block {
Show 20 variants
None,
Button,
Container,
Aside,
Footer,
Header,
Main,
FocusTrap,
Icon,
Image,
ImageViewer,
Input,
Link,
Menu,
MenuItem,
Teleport,
Tooltip,
TooltipV2,
Textarea,
Transition,
}This crate is deprecated. Please switch to dxc for future updates.
Variants§
None
This crate is deprecated. Please switch to dxc for future updates.
Button
This crate is deprecated. Please switch to dxc for future updates.
Container
This crate is deprecated. Please switch to dxc for future updates.
Aside
This crate is deprecated. Please switch to dxc for future updates.
This crate is deprecated. Please switch to dxc for future updates.
Header
This crate is deprecated. Please switch to dxc for future updates.
Main
This crate is deprecated. Please switch to dxc for future updates.
FocusTrap
This crate is deprecated. Please switch to dxc for future updates.
Icon
This crate is deprecated. Please switch to dxc for future updates.
Image
This crate is deprecated. Please switch to dxc for future updates.
ImageViewer
This crate is deprecated. Please switch to dxc for future updates.
Input
This crate is deprecated. Please switch to dxc for future updates.
Link
This crate is deprecated. Please switch to dxc for future updates.
Menu
This crate is deprecated. Please switch to dxc for future updates.
MenuItem
This crate is deprecated. Please switch to dxc for future updates.
Teleport
This crate is deprecated. Please switch to dxc for future updates.
Tooltip
This crate is deprecated. Please switch to dxc for future updates.
TooltipV2
This crate is deprecated. Please switch to dxc for future updates.
Textarea
This crate is deprecated. Please switch to dxc for future updates.
Transition
This crate is deprecated. Please switch to dxc for future updates.
Trait Implementations§
impl Copy for Block
Source§impl<'de> Deserialize<'de> for Block
impl<'de> Deserialize<'de> for Block
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl StructuralPartialEq for Block
Auto Trait Implementations§
impl Freeze for Block
impl RefUnwindSafe for Block
impl Send for Block
impl Sync for Block
impl Unpin for Block
impl UnsafeUnpin for Block
impl UnwindSafe for Block
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DependencyElement for T
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<T> FromRouteSegment for T
impl<T> FromRouteSegment for T
Source§impl<T> InitializeFromFunction<T> for T
impl<T> InitializeFromFunction<T> for T
Source§fn initialize_from_function(f: fn() -> T) -> T
fn initialize_from_function(f: fn() -> T) -> T
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<Ret> SpawnIfAsync<(), Ret> for Ret
impl<Ret> SpawnIfAsync<(), Ret> for Ret
Source§impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
Source§fn super_from(input: T) -> O
fn super_from(input: T) -> O
Source§impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
Source§fn super_into(self) -> O
fn super_into(self) -> O
Source§impl<T> ToQueryArgument for Twhere
T: Display,
impl<T> ToQueryArgument for Twhere
T: Display,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.