pub struct ImportLoadKindOverrideFact {
pub span_start: u32,
pub kind: ImportLoadKind,
}Expand description
The load kind of the dynamic imports or patterns that start at span_start.
Fields§
§span_start: u32Byte offset of the call or new expression that records the edge.
kind: ImportLoadKindThe load kind of every edge that the expression records.
Trait Implementations§
Source§impl Clone for ImportLoadKindOverrideFact
impl Clone for ImportLoadKindOverrideFact
impl Copy for ImportLoadKindOverrideFact
Source§impl Debug for ImportLoadKindOverrideFact
impl Debug for ImportLoadKindOverrideFact
impl<'__de> Decode<'__de> for ImportLoadKindOverrideFactwhere
'__de:,
impl Encode for ImportLoadKindOverrideFact
impl Eq for ImportLoadKindOverrideFact
impl StructuralPartialEq for ImportLoadKindOverrideFact
Auto Trait Implementations§
impl Freeze for ImportLoadKindOverrideFact
impl RefUnwindSafe for ImportLoadKindOverrideFact
impl Send for ImportLoadKindOverrideFact
impl Sync for ImportLoadKindOverrideFact
impl Unpin for ImportLoadKindOverrideFact
impl UnsafeUnpin for ImportLoadKindOverrideFact
impl UnwindSafe for ImportLoadKindOverrideFact
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DecodeOwned for Twhere
T: for<'de> Decode<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.