pub enum ImportPreludeSupportsKind<'a> {
SupportsCondition(SupportsCondition<'a>),
Declaration(Declaration<'a>),
}Variants§
SupportsCondition(SupportsCondition<'a>)
Declaration(Declaration<'a>)
Implementations§
§impl<'a> ImportPreludeSupportsKind<'a>
impl<'a> ImportPreludeSupportsKind<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ImportPreludeSupportsKind<'a>
impl<'a> !Send for ImportPreludeSupportsKind<'a>
impl<'a> !Sync for ImportPreludeSupportsKind<'a>
impl<'a> !UnwindSafe for ImportPreludeSupportsKind<'a>
impl<'a> Freeze for ImportPreludeSupportsKind<'a>
impl<'a> Unpin for ImportPreludeSupportsKind<'a>
impl<'a> UnsafeUnpin for ImportPreludeSupportsKind<'a>
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