pub struct FnArgument {
pub essential: Essentiality,
pub monotonicity: Monotonicity,
}
Expand description
Data regarding an argument of an uninterpreted function.
Fields§
§essential: Essentiality
§monotonicity: Monotonicity
Implementations§
source§impl FnArgument
impl FnArgument
sourcepub fn new(essential: Essentiality, monotonicity: Monotonicity) -> FnArgument
pub fn new(essential: Essentiality, monotonicity: Monotonicity) -> FnArgument
New FnArgument
with given monotonicity and essentiality..
Trait Implementations§
source§impl Clone for FnArgument
impl Clone for FnArgument
source§fn clone(&self) -> FnArgument
fn clone(&self) -> FnArgument
Returns a copy 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 Debug for FnArgument
impl Debug for FnArgument
source§impl Default for FnArgument
impl Default for FnArgument
source§fn default() -> FnArgument
fn default() -> FnArgument
Default FnArgument
with unknown monotonicity and essentiality..
source§impl<'de> Deserialize<'de> for FnArgument
impl<'de> Deserialize<'de> for FnArgument
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for FnArgument
impl PartialEq for FnArgument
source§impl Serialize for FnArgument
impl Serialize for FnArgument
impl Eq for FnArgument
impl StructuralPartialEq for FnArgument
Auto Trait Implementations§
impl Freeze for FnArgument
impl RefUnwindSafe for FnArgument
impl Send for FnArgument
impl Sync for FnArgument
impl Unpin for FnArgument
impl UnwindSafe for FnArgument
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<'de, D, R> CommandArg<'de, R> for Dwhere
D: Deserialize<'de>,
R: Runtime,
impl<'de, D, R> CommandArg<'de, R> for Dwhere
D: Deserialize<'de>,
R: Runtime,
§fn from_command(command: CommandItem<'de, R>) -> Result<D, InvokeError>
fn from_command(command: CommandItem<'de, R>) -> Result<D, InvokeError>
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.