pub struct TargetIntent {
pub path: RepoPath,
pub target_kind: TargetKind,
pub query_digest: Option<Digest>,
pub fragment_digest: Option<Digest>,
}Fields§
§path: RepoPath§target_kind: TargetKind§query_digest: Option<Digest>§fragment_digest: Option<Digest>Trait Implementations§
Source§impl Clone for TargetIntent
impl Clone for TargetIntent
Source§fn clone(&self) -> TargetIntent
fn clone(&self) -> TargetIntent
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 TargetIntent
impl Debug for TargetIntent
impl Eq for TargetIntent
Source§impl PartialEq for TargetIntent
impl PartialEq for TargetIntent
impl StructuralPartialEq for TargetIntent
Auto Trait Implementations§
impl Freeze for TargetIntent
impl RefUnwindSafe for TargetIntent
impl Send for TargetIntent
impl Sync for TargetIntent
impl Unpin for TargetIntent
impl UnsafeUnpin for TargetIntent
impl UnwindSafe for TargetIntent
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