pub struct StrExpression(pub String);Expand description
A string that is a valid expression in the .lp format for the solver you are using
Tuple Fields§
§0: StringTrait Implementations§
Source§impl WriteToLpFileFormat for StrExpression
impl WriteToLpFileFormat for StrExpression
Source§fn to_lp_file_format(&self, f: &mut Formatter<'_>) -> Result
fn to_lp_file_format(&self, f: &mut Formatter<'_>) -> Result
Write the object to the given formatter in the .lp format
Auto Trait Implementations§
impl Freeze for StrExpression
impl RefUnwindSafe for StrExpression
impl Send for StrExpression
impl Sync for StrExpression
impl Unpin for StrExpression
impl UnwindSafe for StrExpression
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