pub struct PushedQuoteChangeNotify {
pub change_items: Vec<(i32, i32, i32)>,
}Fields§
§change_items: Vec<(i32, i32, i32)>Trait Implementations§
Source§impl Clone for PushedQuoteChangeNotify
impl Clone for PushedQuoteChangeNotify
Source§fn clone(&self) -> PushedQuoteChangeNotify
fn clone(&self) -> PushedQuoteChangeNotify
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 PushedQuoteChangeNotify
impl Debug for PushedQuoteChangeNotify
Source§impl Default for PushedQuoteChangeNotify
impl Default for PushedQuoteChangeNotify
Source§fn default() -> PushedQuoteChangeNotify
fn default() -> PushedQuoteChangeNotify
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PushedQuoteChangeNotify
impl RefUnwindSafe for PushedQuoteChangeNotify
impl Send for PushedQuoteChangeNotify
impl Sync for PushedQuoteChangeNotify
impl Unpin for PushedQuoteChangeNotify
impl UnsafeUnpin for PushedQuoteChangeNotify
impl UnwindSafe for PushedQuoteChangeNotify
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