Struct freya::prelude::DropdownItemProps
pub struct DropdownItemProps<'a, T>where
T: 'static,{ /* private fields */ }
Expand description
DropdownItem
component properties.
Implementations§
§impl<'a, T> DropdownItemProps<'a, T>where
T: 'static,
impl<'a, T> DropdownItemProps<'a, T>where T: 'static,
Trait Implementations§
§impl<'a, T> Properties for DropdownItemProps<'a, T>where
T: 'static,
impl<'a, T> Properties for DropdownItemProps<'a, T>where T: 'static,
§type Builder = DropdownItemPropsBuilder<'a, ((), (), ()), T>
type Builder = DropdownItemPropsBuilder<'a, ((), (), ()), T>
The type of the builder for this component.
Used to create “in-progress” versions of the props.
§fn builder() -> <DropdownItemProps<'a, T> as Properties>::Builder
fn builder() -> <DropdownItemProps<'a, T> as Properties>::Builder
Create a builder for this component.
§unsafe fn memoize(&self, other: &DropdownItemProps<'a, T>) -> bool
unsafe fn memoize(&self, other: &DropdownItemProps<'a, T>) -> bool
Memoization can only happen if the props are valid for the ’static lifetime Read more
Auto Trait Implementations§
impl<'a, T> !RefUnwindSafe for DropdownItemProps<'a, T>
impl<'a, T> !Send for DropdownItemProps<'a, T>
impl<'a, T> !Sync for DropdownItemProps<'a, T>
impl<'a, T> Unpin for DropdownItemProps<'a, T>where T: Unpin,
impl<'a, T> !UnwindSafe for DropdownItemProps<'a, T>
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