pub struct clingo_ast { /* private fields */ }Trait Implementations§
Source§impl Clone for clingo_ast
impl Clone for clingo_ast
Source§fn clone(&self) -> clingo_ast
fn clone(&self) -> clingo_ast
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 clingo_ast
impl Debug for clingo_ast
impl Copy for clingo_ast
Auto Trait Implementations§
impl Freeze for clingo_ast
impl RefUnwindSafe for clingo_ast
impl Send for clingo_ast
impl Sync for clingo_ast
impl Unpin for clingo_ast
impl UnwindSafe for clingo_ast
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