pub struct RefinementIndicatorKey {
pub namespace: String,
pub name: String,
}Fields§
§namespace: String§name: StringImplementations§
Trait Implementations§
Source§impl Clone for RefinementIndicatorKey
impl Clone for RefinementIndicatorKey
Source§fn clone(&self) -> RefinementIndicatorKey
fn clone(&self) -> RefinementIndicatorKey
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 RefinementIndicatorKey
impl Debug for RefinementIndicatorKey
Source§impl<'de> Deserialize<'de> for RefinementIndicatorKey
impl<'de> Deserialize<'de> for RefinementIndicatorKey
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<RefinementIndicatorKey, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<RefinementIndicatorKey, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RefinementIndicatorKey
Source§impl Ord for RefinementIndicatorKey
impl Ord for RefinementIndicatorKey
Source§fn cmp(&self, other: &RefinementIndicatorKey) -> Ordering
fn cmp(&self, other: &RefinementIndicatorKey) -> Ordering
1.21.0 (const: unstable) · 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 RefinementIndicatorKey
impl PartialEq for RefinementIndicatorKey
Source§impl PartialOrd for RefinementIndicatorKey
impl PartialOrd for RefinementIndicatorKey
Source§impl Serialize for RefinementIndicatorKey
impl Serialize for RefinementIndicatorKey
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for RefinementIndicatorKey
Auto Trait Implementations§
impl Freeze for RefinementIndicatorKey
impl RefUnwindSafe for RefinementIndicatorKey
impl Send for RefinementIndicatorKey
impl Sync for RefinementIndicatorKey
impl Unpin for RefinementIndicatorKey
impl UnsafeUnpin for RefinementIndicatorKey
impl UnwindSafe for RefinementIndicatorKey
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