pub enum ImportItem {
Named(Identifier),
All,
}Variants§
Named(Identifier)
All
Trait Implementations§
Source§impl Debug for ImportItem
impl Debug for ImportItem
Source§impl<'de> Deserialize<'de> for ImportItem
impl<'de> Deserialize<'de> for ImportItem
Source§fn 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
impl Eq for ImportItem
Source§impl PartialEq for ImportItem
impl PartialEq for ImportItem
Source§fn eq(&self, other: &ImportItem) -> bool
fn eq(&self, other: &ImportItem) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ImportItem
impl Serialize for ImportItem
impl StructuralPartialEq for ImportItem
Auto Trait Implementations§
impl Freeze for ImportItem
impl RefUnwindSafe for ImportItem
impl Send for ImportItem
impl Sync for ImportItem
impl Unpin for ImportItem
impl UnsafeUnpin for ImportItem
impl UnwindSafe for ImportItem
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