pub struct LiteralInputDto {
pub term: TermInputDto,
pub negated: bool,
}Expand description
A literal input for NAF proving.
Fields§
§term: TermInputDto§negated: boolTrait Implementations§
Source§impl Clone for LiteralInputDto
impl Clone for LiteralInputDto
Source§fn clone(&self) -> LiteralInputDto
fn clone(&self) -> LiteralInputDto
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 Debug for LiteralInputDto
impl Debug for LiteralInputDto
Source§impl<'de> Deserialize<'de> for LiteralInputDto
impl<'de> Deserialize<'de> for LiteralInputDto
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
Auto Trait Implementations§
impl Freeze for LiteralInputDto
impl RefUnwindSafe for LiteralInputDto
impl Send for LiteralInputDto
impl Sync for LiteralInputDto
impl Unpin for LiteralInputDto
impl UnsafeUnpin for LiteralInputDto
impl UnwindSafe for LiteralInputDto
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