pub struct PrologRoot;Expand description
Prolog root node.
Trait Implementations§
Source§impl Clone for PrologRoot
impl Clone for PrologRoot
Source§fn clone(&self) -> PrologRoot
fn clone(&self) -> PrologRoot
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 PrologRoot
impl RefUnwindSafe for PrologRoot
impl Send for PrologRoot
impl Sync for PrologRoot
impl Unpin for PrologRoot
impl UnsafeUnpin for PrologRoot
impl UnwindSafe for PrologRoot
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