pub struct Nil;
Expand description
Unit struct representing an empty list in SWI-Prolog.
Trait Implementations§
source§impl<'a> TermGetable for Nil
impl<'a> TermGetable for Nil
source§impl<'a> TermPutable for Nil
impl<'a> TermPutable for Nil
Auto Trait Implementations§
impl RefUnwindSafe for Nil
impl Send for Nil
impl Sync for Nil
impl Unpin for Nil
impl UnwindSafe for Nil
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