pub struct Address { /* private fields */ }Implementations§
Source§impl Address
impl Address
pub fn sheet_name(&self) -> &str
pub fn get_sheet_name(&self) -> &str
👎Deprecated since 3.0.0:
Use sheet_name()
pub fn set_sheet_name<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn range(&self) -> &Range
pub fn get_range(&self) -> &Range
👎Deprecated since 3.0.0:
Use range()
pub fn range_mut(&mut self) -> &mut Range
pub fn get_range_mut(&mut self) -> &mut Range
👎Deprecated since 3.0.0:
Use range_mut()
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 address(&self) -> String
pub fn get_address(&self) -> String
👎Deprecated since 3.0.0:
Use address()
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 UnsafeUnpin 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