pub struct CellReferenceRC {
pub sheet: String,
pub column: i32,
pub row: i32,
}Fields§
§sheet: String§column: i32§row: i32Trait Implementations§
Source§impl Clone for CellReferenceRC
impl Clone for CellReferenceRC
Source§fn clone(&self) -> CellReferenceRC
fn clone(&self) -> CellReferenceRC
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 moreAuto Trait Implementations§
impl Freeze for CellReferenceRC
impl RefUnwindSafe for CellReferenceRC
impl Send for CellReferenceRC
impl Sync for CellReferenceRC
impl Unpin for CellReferenceRC
impl UnsafeUnpin for CellReferenceRC
impl UnwindSafe for CellReferenceRC
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