pub struct SCIP_ConflictStore { /* private fields */ }Trait Implementations§
Source§impl Clone for SCIP_ConflictStore
impl Clone for SCIP_ConflictStore
Source§fn clone(&self) -> SCIP_ConflictStore
fn clone(&self) -> SCIP_ConflictStore
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SCIP_ConflictStore
Auto Trait Implementations§
impl Freeze for SCIP_ConflictStore
impl RefUnwindSafe for SCIP_ConflictStore
impl Send for SCIP_ConflictStore
impl Sync for SCIP_ConflictStore
impl Unpin for SCIP_ConflictStore
impl UnsafeUnpin for SCIP_ConflictStore
impl UnwindSafe for SCIP_ConflictStore
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