pub struct NumericalDomain {
pub name: String,
pub domain_type: NumericalDomainType,
pub join_semilattice: bool,
pub is_relational: bool,
}Fields§
§name: String§domain_type: NumericalDomainType§join_semilattice: bool§is_relational: boolImplementations§
Trait Implementations§
Source§impl Clone for NumericalDomain
impl Clone for NumericalDomain
Source§fn clone(&self) -> NumericalDomain
fn clone(&self) -> NumericalDomain
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 moreAuto Trait Implementations§
impl Freeze for NumericalDomain
impl RefUnwindSafe for NumericalDomain
impl Send for NumericalDomain
impl Sync for NumericalDomain
impl Unpin for NumericalDomain
impl UnsafeUnpin for NumericalDomain
impl UnwindSafe for NumericalDomain
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