pub struct ExchangeReflectKpts(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ExchangeReflectKpts
impl Clone for ExchangeReflectKpts
Source§fn clone(&self) -> ExchangeReflectKpts
fn clone(&self) -> ExchangeReflectKpts
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 ExchangeReflectKpts
impl Debug for ExchangeReflectKpts
Source§impl Default for ExchangeReflectKpts
impl Default for ExchangeReflectKpts
Source§fn default() -> ExchangeReflectKpts
fn default() -> ExchangeReflectKpts
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExchangeReflectKpts
impl<'de> Deserialize<'de> for ExchangeReflectKpts
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ExchangeReflectKpts
impl Display for ExchangeReflectKpts
Source§impl From<bool> for ExchangeReflectKpts
impl From<bool> for ExchangeReflectKpts
Source§impl Hash for ExchangeReflectKpts
impl Hash for ExchangeReflectKpts
Source§impl KeywordDisplay for ExchangeReflectKpts
impl KeywordDisplay for ExchangeReflectKpts
Source§impl Ord for ExchangeReflectKpts
impl Ord for ExchangeReflectKpts
Source§fn cmp(&self, other: &ExchangeReflectKpts) -> Ordering
fn cmp(&self, other: &ExchangeReflectKpts) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ExchangeReflectKpts
impl PartialEq for ExchangeReflectKpts
Source§impl PartialOrd for ExchangeReflectKpts
impl PartialOrd for ExchangeReflectKpts
Source§impl Serialize for ExchangeReflectKpts
impl Serialize for ExchangeReflectKpts
impl Copy for ExchangeReflectKpts
impl Eq for ExchangeReflectKpts
impl StructuralPartialEq for ExchangeReflectKpts
Auto Trait Implementations§
impl Freeze for ExchangeReflectKpts
impl RefUnwindSafe for ExchangeReflectKpts
impl Send for ExchangeReflectKpts
impl Sync for ExchangeReflectKpts
impl Unpin for ExchangeReflectKpts
impl UnwindSafe for ExchangeReflectKpts
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