pub struct GhostEntry {
pub element: String,
pub filename: String,
pub source_dir: String,
}Expand description
A file listed in a catalog but not present on disk.
Fields§
§element: String§filename: String§source_dir: StringTrait Implementations§
Source§impl Clone for GhostEntry
impl Clone for GhostEntry
Source§fn clone(&self) -> GhostEntry
fn clone(&self) -> GhostEntry
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 GhostEntry
impl Debug for GhostEntry
Source§impl<'de> Deserialize<'de> for GhostEntry
impl<'de> Deserialize<'de> for GhostEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GhostEntry
impl RefUnwindSafe for GhostEntry
impl Send for GhostEntry
impl Sync for GhostEntry
impl Unpin for GhostEntry
impl UnsafeUnpin for GhostEntry
impl UnwindSafe for GhostEntry
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