pub struct MenuBarPatch {
pub ops: Vec<MenuBarPatchOp>,
}Fields§
§ops: Vec<MenuBarPatchOp>Implementations§
Source§impl MenuBarPatch
impl MenuBarPatch
Trait Implementations§
Source§impl Clone for MenuBarPatch
impl Clone for MenuBarPatch
Source§fn clone(&self) -> MenuBarPatch
fn clone(&self) -> MenuBarPatch
Returns a duplicate of the value. Read more
1.0.0 · 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 MenuBarPatch
impl Debug for MenuBarPatch
Source§impl PartialEq for MenuBarPatch
impl PartialEq for MenuBarPatch
impl Eq for MenuBarPatch
impl StructuralPartialEq for MenuBarPatch
Auto Trait Implementations§
impl Freeze for MenuBarPatch
impl RefUnwindSafe for MenuBarPatch
impl Send for MenuBarPatch
impl Sync for MenuBarPatch
impl Unpin for MenuBarPatch
impl UnsafeUnpin for MenuBarPatch
impl UnwindSafe for MenuBarPatch
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