pub enum TyKind {
Ref(Box<RefTy>),
Other,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl !Send for TyKind
impl !Sync for TyKind
impl Freeze for TyKind
impl RefUnwindSafe for TyKind
impl Unpin for TyKind
impl UnsafeUnpin for TyKind
impl UnwindSafe for TyKind
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