pub struct clingo_configuration { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for clingo_configuration
impl RefUnwindSafe for clingo_configuration
impl Send for clingo_configuration
impl Sync for clingo_configuration
impl Unpin for clingo_configuration
impl UnwindSafe for clingo_configuration
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