pub struct RepositorySemanticFile {
pub node_hash: ContentHash,
pub node: SemanticFileNode,
}Expand description
One content-addressed semantic file placed at a repository path.
Fields§
§node_hash: ContentHash§node: SemanticFileNodeTrait Implementations§
Source§impl Clone for RepositorySemanticFile
impl Clone for RepositorySemanticFile
Source§fn clone(&self) -> RepositorySemanticFile
fn clone(&self) -> RepositorySemanticFile
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 moreAuto Trait Implementations§
impl Freeze for RepositorySemanticFile
impl RefUnwindSafe for RepositorySemanticFile
impl Send for RepositorySemanticFile
impl Sync for RepositorySemanticFile
impl Unpin for RepositorySemanticFile
impl UnsafeUnpin for RepositorySemanticFile
impl UnwindSafe for RepositorySemanticFile
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