Struct webpack_stats::v5::source::ImportString
source · [−]pub struct ImportString<'a>(_);Trait Implementations
sourceimpl<'a> Debug for ImportString<'a>
impl<'a> Debug for ImportString<'a>
sourceimpl<'a> Default for ImportString<'a>
impl<'a> Default for ImportString<'a>
sourcefn default() -> ImportString<'a>
fn default() -> ImportString<'a>
Returns the “default value” for a type. Read more
sourceimpl<'de, 'a> Deserialize<'de> for ImportString<'a>
impl<'de, 'a> Deserialize<'de> for ImportString<'a>
sourcefn 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
Auto Trait Implementations
impl<'a> RefUnwindSafe for ImportString<'a>
impl<'a> Send for ImportString<'a>
impl<'a> Sync for ImportString<'a>
impl<'a> Unpin for ImportString<'a>
impl<'a> UnwindSafe for ImportString<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more