pub enum PtrKind {
Const,
Mut,
}Variants§
Trait Implementations§
Source§impl From<PtrKind> for TokenStream
impl From<PtrKind> for TokenStream
impl Eq for PtrKind
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 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