pub struct IntProjection;Expand description
Project the scalar component as an integer
Trait Implementations§
Source§impl Clone for IntProjection
impl Clone for IntProjection
Source§fn clone(&self) -> IntProjection
fn clone(&self) -> IntProjection
Returns a duplicate 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 IntProjection
impl Debug for IntProjection
Auto Trait Implementations§
impl Freeze for IntProjection
impl RefUnwindSafe for IntProjection
impl Send for IntProjection
impl Sync for IntProjection
impl Unpin for IntProjection
impl UnsafeUnpin for IntProjection
impl UnwindSafe for IntProjection
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