pub struct CellReference {
pub sheet: String,
pub column: String,
pub row: String,
}Fields§
§sheet: String§column: String§row: StringAuto Trait Implementations§
impl Freeze for CellReference
impl RefUnwindSafe for CellReference
impl Send for CellReference
impl Sync for CellReference
impl Unpin for CellReference
impl UnsafeUnpin for CellReference
impl UnwindSafe for CellReference
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