pub enum TypePostfix {
Ref,
RefMut,
RefLifetime(Identifier),
RefMutLifetime(Identifier),
}Variants§
Trait Implementations§
Source§impl Clone for TypePostfix
impl Clone for TypePostfix
Source§fn clone(&self) -> TypePostfix
fn clone(&self) -> TypePostfix
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 moreSource§impl Debug for TypePostfix
impl Debug for TypePostfix
Auto Trait Implementations§
impl Freeze for TypePostfix
impl RefUnwindSafe for TypePostfix
impl Send for TypePostfix
impl Sync for TypePostfix
impl Unpin for TypePostfix
impl UnsafeUnpin for TypePostfix
impl UnwindSafe for TypePostfix
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