Struct swipl_fli::__PL_queryRef
source · #[repr(C)]pub struct __PL_queryRef { /* private fields */ }
Trait Implementations§
source§impl Clone for __PL_queryRef
impl Clone for __PL_queryRef
source§fn clone(&self) -> __PL_queryRef
fn clone(&self) -> __PL_queryRef
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 __PL_queryRef
impl Debug for __PL_queryRef
impl Copy for __PL_queryRef
Auto Trait Implementations§
impl RefUnwindSafe for __PL_queryRef
impl Send for __PL_queryRef
impl Sync for __PL_queryRef
impl Unpin for __PL_queryRef
impl UnwindSafe for __PL_queryRef
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