pub struct AddedItems {
pub added_jj_push: bool,
pub added_jj_push_selected: bool,
pub added_binding_x_p: bool,
pub added_binding_x_p_caps: bool,
}Fields§
§added_jj_push: bool§added_jj_push_selected: bool§added_binding_x_p: bool§added_binding_x_p_caps: boolTrait Implementations§
Source§impl Clone for AddedItems
impl Clone for AddedItems
Source§fn clone(&self) -> AddedItems
fn clone(&self) -> AddedItems
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AddedItems
impl Debug for AddedItems
Source§impl Default for AddedItems
impl Default for AddedItems
Source§fn default() -> AddedItems
fn default() -> AddedItems
Returns the “default value” for a type. Read more
Source§impl PartialEq for AddedItems
impl PartialEq for AddedItems
Source§fn eq(&self, other: &AddedItems) -> bool
fn eq(&self, other: &AddedItems) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AddedItems
impl Eq for AddedItems
impl StructuralPartialEq for AddedItems
Auto Trait Implementations§
impl Freeze for AddedItems
impl RefUnwindSafe for AddedItems
impl Send for AddedItems
impl Sync for AddedItems
impl Unpin for AddedItems
impl UnsafeUnpin for AddedItems
impl UnwindSafe for AddedItems
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