pub enum TypePointerKind {
Const,
Mutable,
}Variants§
Trait Implementations§
Source§impl Clone for TypePointerKind
impl Clone for TypePointerKind
Source§fn clone(&self) -> TypePointerKind
fn clone(&self) -> TypePointerKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TypePointerKind
Source§impl Debug for TypePointerKind
impl Debug for TypePointerKind
impl Eq for TypePointerKind
Source§impl PartialEq for TypePointerKind
impl PartialEq for TypePointerKind
Source§fn eq(&self, other: &TypePointerKind) -> bool
fn eq(&self, other: &TypePointerKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TypePointerKind
Auto Trait Implementations§
impl Freeze for TypePointerKind
impl RefUnwindSafe for TypePointerKind
impl Send for TypePointerKind
impl Sync for TypePointerKind
impl Unpin for TypePointerKind
impl UnsafeUnpin for TypePointerKind
impl UnwindSafe for TypePointerKind
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