pub struct NonParsedNode {
pub path: PathBuf,
pub file_kind: NonParsedKind,
pub hash: String,
}Fields§
§path: PathBuf§file_kind: NonParsedKind§hash: StringTrait Implementations§
Source§impl Clone for NonParsedNode
impl Clone for NonParsedNode
Source§fn clone(&self) -> NonParsedNode
fn clone(&self) -> NonParsedNode
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 NonParsedNode
impl Debug for NonParsedNode
Source§impl<'de> Deserialize<'de> for NonParsedNode
impl<'de> Deserialize<'de> for NonParsedNode
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 NonParsedNode
impl RefUnwindSafe for NonParsedNode
impl Send for NonParsedNode
impl Sync for NonParsedNode
impl Unpin for NonParsedNode
impl UnsafeUnpin for NonParsedNode
impl UnwindSafe for NonParsedNode
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