pub struct PaneProps {
pub title: Option<String>,
}Fields§
§title: Option<String>Trait Implementations§
impl Eq for PaneProps
impl StructuralPartialEq for PaneProps
Auto Trait Implementations§
impl Freeze for PaneProps
impl RefUnwindSafe for PaneProps
impl Send for PaneProps
impl Sync for PaneProps
impl Unpin for PaneProps
impl UnsafeUnpin for PaneProps
impl UnwindSafe for PaneProps
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