pub struct LibWorklist { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for LibWorklist
impl Clone for LibWorklist
Source§fn clone(&self) -> LibWorklist
fn clone(&self) -> LibWorklist
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 LibWorklist
impl RefUnwindSafe for LibWorklist
impl Send for LibWorklist
impl Sync for LibWorklist
impl Unpin for LibWorklist
impl UnsafeUnpin for LibWorklist
impl UnwindSafe for LibWorklist
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