pub struct EuvDrawerProps {
pub open: Signal<bool>,
}Expand description
Props for the euv_drawer component.
Fields§
§open: Signal<bool>The open state signal; the drawer slides in while set and clicking the overlay closes it.
Trait Implementations§
Source§impl Clone for EuvDrawerProps
impl Clone for EuvDrawerProps
Source§fn clone(&self) -> EuvDrawerProps
fn clone(&self) -> EuvDrawerProps
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EuvDrawerProps
impl Debug for EuvDrawerProps
Source§impl Default for EuvDrawerProps
impl Default for EuvDrawerProps
Source§fn default() -> EuvDrawerProps
fn default() -> EuvDrawerProps
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EuvDrawerProps
impl RefUnwindSafe for EuvDrawerProps
impl Send for EuvDrawerProps
impl Sync for EuvDrawerProps
impl Unpin for EuvDrawerProps
impl UnsafeUnpin for EuvDrawerProps
impl UnwindSafe for EuvDrawerProps
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