pub struct KPathsResult {
pub paths: Vec<CriticalPath>,
pub k: usize,
}Fields§
§paths: Vec<CriticalPath>§k: usizeTrait Implementations§
Source§impl Clone for KPathsResult
impl Clone for KPathsResult
Source§fn clone(&self) -> KPathsResult
fn clone(&self) -> KPathsResult
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 moreSource§impl Debug for KPathsResult
impl Debug for KPathsResult
Auto Trait Implementations§
impl Freeze for KPathsResult
impl RefUnwindSafe for KPathsResult
impl Send for KPathsResult
impl Sync for KPathsResult
impl Unpin for KPathsResult
impl UnsafeUnpin for KPathsResult
impl UnwindSafe for KPathsResult
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