pub struct XIntegerSymbolic { /* private fields */ }
Implementations§
Source§impl XIntegerSymbolic
impl XIntegerSymbolic
pub fn new(domain: &str) -> XIntegerSymbolic
pub fn find_symbolic(&self, sym: &str) -> usize
Trait Implementations§
Source§impl Clone for XIntegerSymbolic
impl Clone for XIntegerSymbolic
Source§fn clone(&self) -> XIntegerSymbolic
fn clone(&self) -> XIntegerSymbolic
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Display for XIntegerSymbolic
impl Display for XIntegerSymbolic
Auto Trait Implementations§
impl Freeze for XIntegerSymbolic
impl RefUnwindSafe for XIntegerSymbolic
impl Send for XIntegerSymbolic
impl Sync for XIntegerSymbolic
impl Unpin for XIntegerSymbolic
impl UnwindSafe for XIntegerSymbolic
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