pub struct FlyoutProps { /* private fields */ }
Implementations§
Source§impl FlyoutProps
impl FlyoutProps
Sourcepub fn builder() -> FlyoutPropsBuilder<((), ())>
pub fn builder() -> FlyoutPropsBuilder<((), ())>
Create a builder for building FlyoutProps
.
On the builder, call .title(...)
, .children(...)
to set the values of the fields.
Finally, call .build()
to create the instance of FlyoutProps
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FlyoutProps
impl RefUnwindSafe for FlyoutProps
impl Send for FlyoutProps
impl Sync for FlyoutProps
impl Unpin for FlyoutProps
impl UnwindSafe for FlyoutProps
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