pub struct Address { /* private fields */ }Implementations§
Source§impl Address
impl Address
pub fn get_sheet_name(&self) -> &str
pub fn set_sheet_name<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_range(&self) -> &Range
pub fn get_range_mut(&mut self) -> &mut Range
pub fn set_range(&mut self, value: Range) -> &mut Self
pub fn set_address<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_address(&self) -> String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Address
impl RefUnwindSafe for Address
impl Send for Address
impl Sync for Address
impl Unpin for Address
impl UnwindSafe for Address
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