#[non_exhaustive]#[repr(C)]pub struct ComplexNumberAffinity<'shape> { /* private fields */ }Expand description
Definition for string-like scalar affinities
Implementations§
Source§impl<'shape> ComplexNumberAffinity<'shape>
impl<'shape> ComplexNumberAffinity<'shape>
Sourcepub const fn builder() -> ComplexNumberAffinityBuilder<'shape>
pub const fn builder() -> ComplexNumberAffinityBuilder<'shape>
Returns a builder for ComplexNumberAffinity
Trait Implementations§
Source§impl<'shape> Clone for ComplexNumberAffinity<'shape>
impl<'shape> Clone for ComplexNumberAffinity<'shape>
Source§fn clone(&self) -> ComplexNumberAffinity<'shape>
fn clone(&self) -> ComplexNumberAffinity<'shape>
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<'shape> Debug for ComplexNumberAffinity<'shape>
impl<'shape> Debug for ComplexNumberAffinity<'shape>
Source§impl<'shape> Hash for ComplexNumberAffinity<'shape>
impl<'shape> Hash for ComplexNumberAffinity<'shape>
Source§impl<'shape> PartialEq for ComplexNumberAffinity<'shape>
impl<'shape> PartialEq for ComplexNumberAffinity<'shape>
Source§fn eq(&self, other: &ComplexNumberAffinity<'shape>) -> bool
fn eq(&self, other: &ComplexNumberAffinity<'shape>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'shape> Copy for ComplexNumberAffinity<'shape>
impl<'shape> Eq for ComplexNumberAffinity<'shape>
impl<'shape> StructuralPartialEq for ComplexNumberAffinity<'shape>
Auto Trait Implementations§
impl<'shape> Freeze for ComplexNumberAffinity<'shape>
impl<'shape> RefUnwindSafe for ComplexNumberAffinity<'shape>
impl<'shape> Send for ComplexNumberAffinity<'shape>
impl<'shape> Sync for ComplexNumberAffinity<'shape>
impl<'shape> Unpin for ComplexNumberAffinity<'shape>
impl<'shape> UnwindSafe for ComplexNumberAffinity<'shape>
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