pub struct PrimitiveRef { /* private fields */ }
Expand description
Used for iterator “next” functions to get an optional primitive
Implementations§
Trait Implementations§
Source§impl Clone for PrimitiveRef
impl Clone for PrimitiveRef
Source§fn clone(&self) -> PrimitiveRef
fn clone(&self) -> PrimitiveRef
Returns a copy of the value. Read more
1.0.0 · 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 PrimitiveRef
impl Debug for PrimitiveRef
Source§impl From<PrimitiveRef> for FunctionReturnValue
impl From<PrimitiveRef> for FunctionReturnValue
Source§fn from(x: PrimitiveRef) -> Self
fn from(x: PrimitiveRef) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PrimitiveRef
impl PartialEq for PrimitiveRef
impl Copy for PrimitiveRef
impl Eq for PrimitiveRef
impl StructuralPartialEq for PrimitiveRef
Auto Trait Implementations§
impl Freeze for PrimitiveRef
impl RefUnwindSafe for PrimitiveRef
impl Send for PrimitiveRef
impl Sync for PrimitiveRef
impl Unpin for PrimitiveRef
impl UnwindSafe for PrimitiveRef
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