pub struct DatapathFile<D: Datapath> {
pub path: D,
pub file: String,
}Fields§
§path: D§file: StringTrait Implementations§
Source§impl<D: Clone + Datapath> Clone for DatapathFile<D>
impl<D: Clone + Datapath> Clone for DatapathFile<D>
Source§fn clone(&self) -> DatapathFile<D>
fn clone(&self) -> DatapathFile<D>
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<D: Datapath> Display for DatapathFile<D>
impl<D: Datapath> Display for DatapathFile<D>
Source§impl<D: Datapath> FromStr for DatapathFile<D>
impl<D: Datapath> FromStr for DatapathFile<D>
impl<D: Eq + Datapath> Eq for DatapathFile<D>
impl<D: Datapath> StructuralPartialEq for DatapathFile<D>
Auto Trait Implementations§
impl<D> Freeze for DatapathFile<D>where
D: Freeze,
impl<D> RefUnwindSafe for DatapathFile<D>where
D: RefUnwindSafe,
impl<D> Send for DatapathFile<D>
impl<D> Sync for DatapathFile<D>
impl<D> Unpin for DatapathFile<D>where
D: Unpin,
impl<D> UnsafeUnpin for DatapathFile<D>where
D: UnsafeUnpin,
impl<D> UnwindSafe for DatapathFile<D>where
D: UnwindSafe,
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