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§impl Debug for EuvDrawerProps
impl Debug for EuvDrawerProps
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