pub enum BaseTyKind {
Path(Option<Box<Ty>>, Path),
Slice(Box<Ty>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BaseTyKind
impl RefUnwindSafe for BaseTyKind
impl Send for BaseTyKind
impl Sync for BaseTyKind
impl Unpin for BaseTyKind
impl UnwindSafe for BaseTyKind
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