pub enum PtgClass {
Reference,
Value,
Array,
}Variants§
Trait Implementations§
impl Copy for PtgClass
impl Eq for PtgClass
impl StructuralPartialEq for PtgClass
Auto Trait Implementations§
impl Freeze for PtgClass
impl RefUnwindSafe for PtgClass
impl Send for PtgClass
impl Sync for PtgClass
impl Unpin for PtgClass
impl UnsafeUnpin for PtgClass
impl UnwindSafe for PtgClass
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