pub struct LockfileNode {
pub node_type: NodeType,
pub hash: Option<String>,
pub graph: Option<String>,
}Fields§
§node_type: NodeType§hash: Option<String>§graph: Option<String>Trait Implementations§
Source§impl Debug for LockfileNode
impl Debug for LockfileNode
Source§impl<'de> Deserialize<'de> for LockfileNode
impl<'de> Deserialize<'de> for LockfileNode
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
Source§impl PartialEq for LockfileNode
impl PartialEq for LockfileNode
Source§impl Serialize for LockfileNode
impl Serialize for LockfileNode
impl StructuralPartialEq for LockfileNode
Auto Trait Implementations§
impl Freeze for LockfileNode
impl RefUnwindSafe for LockfileNode
impl Send for LockfileNode
impl Sync for LockfileNode
impl Unpin for LockfileNode
impl UnsafeUnpin for LockfileNode
impl UnwindSafe for LockfileNode
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