[][src]Struct umya_spreadsheet::structs::cells::Cells

pub struct Cells { /* fields omitted */ }

Implementations

impl Cells[src]

pub fn get_collection(&self) -> &HashMap<String, Cell>[src]

pub fn get_coordinates(&self) -> Vec<String>[src]

pub fn has(&self, coordinate: &String) -> bool[src]

pub fn get_index(&self) -> &HashMap<String, Cell>[src]

pub fn get(&self, coordinate: &String) -> Result<&Cell, &'static str>[src]

pub fn get_mut(&mut self, coordinate: &String) -> &mut Cell[src]

Trait Implementations

impl Debug for Cells[src]

impl Default for Cells[src]

Auto Trait Implementations

impl RefUnwindSafe for Cells

impl Send for Cells

impl Sync for Cells

impl Unpin for Cells

impl UnwindSafe for Cells

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.