pub struct Formula { /* private fields */ }Implementations§
Source§impl Formula
impl Formula
pub fn get_address(&self) -> &Address
pub fn get_address_mut(&mut self) -> &mut Address
pub fn get_address_str(&self) -> String
pub fn set_address(&mut self, value: Address) -> &mut Self
pub fn set_string_value<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn set_address_str<S: Into<String>>(&mut self, value: S) -> &mut Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Formula
impl RefUnwindSafe for Formula
impl Send for Formula
impl Sync for Formula
impl Unpin for Formula
impl UnwindSafe for Formula
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