#[non_exhaustive]pub struct WorkbookObjectChange {}Expand description
Reserved for RFC-023 (non-cell object diffs). Always empty.
Trait Implementations§
Source§impl Clone for WorkbookObjectChange
impl Clone for WorkbookObjectChange
Source§fn clone(&self) -> WorkbookObjectChange
fn clone(&self) -> WorkbookObjectChange
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 WorkbookObjectChange
impl Debug for WorkbookObjectChange
Source§impl PartialEq for WorkbookObjectChange
impl PartialEq for WorkbookObjectChange
impl StructuralPartialEq for WorkbookObjectChange
Auto Trait Implementations§
impl Freeze for WorkbookObjectChange
impl RefUnwindSafe for WorkbookObjectChange
impl Send for WorkbookObjectChange
impl Sync for WorkbookObjectChange
impl Unpin for WorkbookObjectChange
impl UnsafeUnpin for WorkbookObjectChange
impl UnwindSafe for WorkbookObjectChange
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