pub struct BatchEntry {
pub relative_path: String,
pub display_path: String,
}Fields§
§relative_path: String§display_path: StringTrait Implementations§
Source§impl Clone for BatchEntry
impl Clone for BatchEntry
Source§fn clone(&self) -> BatchEntry
fn clone(&self) -> BatchEntry
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 moreSource§impl Debug for BatchEntry
impl Debug for BatchEntry
Source§impl PartialEq for BatchEntry
impl PartialEq for BatchEntry
Source§fn eq(&self, other: &BatchEntry) -> bool
fn eq(&self, other: &BatchEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for BatchEntry
impl StructuralPartialEq for BatchEntry
Auto Trait Implementations§
impl Freeze for BatchEntry
impl RefUnwindSafe for BatchEntry
impl Send for BatchEntry
impl Sync for BatchEntry
impl Unpin for BatchEntry
impl UnsafeUnpin for BatchEntry
impl UnwindSafe for BatchEntry
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