pub enum PtrKind {
Const,
Mut,
}Variants§
Trait Implementations§
impl Eq for PtrKind
Source§impl From<PtrKind> for TokenStream
impl From<PtrKind> for TokenStream
impl StructuralPartialEq for PtrKind
Auto Trait Implementations§
impl Freeze for PtrKind
impl RefUnwindSafe for PtrKind
impl Send for PtrKind
impl Sync for PtrKind
impl Unpin for PtrKind
impl UnsafeUnpin for PtrKind
impl UnwindSafe for PtrKind
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