pub struct TransformBundleAssetUrlV0 {
pub source_path: String,
pub raw_url: String,
pub normalized_url: String,
pub kind: TransformBundleAssetUrlKind,
pub resolved_path: Option<String>,
pub range_start: u32,
pub range_end: u32,
pub bundler_resolution_required: bool,
}Fields§
§source_path: String§raw_url: String§normalized_url: String§kind: TransformBundleAssetUrlKind§resolved_path: Option<String>§range_start: u32§range_end: u32§bundler_resolution_required: boolTrait Implementations§
Source§impl Clone for TransformBundleAssetUrlV0
impl Clone for TransformBundleAssetUrlV0
Source§fn clone(&self) -> TransformBundleAssetUrlV0
fn clone(&self) -> TransformBundleAssetUrlV0
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 TransformBundleAssetUrlV0
impl Debug for TransformBundleAssetUrlV0
impl Eq for TransformBundleAssetUrlV0
Source§impl Serialize for TransformBundleAssetUrlV0
impl Serialize for TransformBundleAssetUrlV0
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for TransformBundleAssetUrlV0
Auto Trait Implementations§
impl Freeze for TransformBundleAssetUrlV0
impl RefUnwindSafe for TransformBundleAssetUrlV0
impl Send for TransformBundleAssetUrlV0
impl Sync for TransformBundleAssetUrlV0
impl Unpin for TransformBundleAssetUrlV0
impl UnsafeUnpin for TransformBundleAssetUrlV0
impl UnwindSafe for TransformBundleAssetUrlV0
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,
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.