pub struct Toolbar {
pub items: Vec<String>,
pub position: String,
}Fields§
§items: Vec<String>§position: StringImplementations§
Trait Implementations§
impl Eq for Toolbar
impl StructuralPartialEq for Toolbar
Auto Trait Implementations§
impl Freeze for Toolbar
impl RefUnwindSafe for Toolbar
impl Send for Toolbar
impl Sync for Toolbar
impl Unpin for Toolbar
impl UnwindSafe for Toolbar
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