pub struct RefinementIndicatorSummary {
pub namespace: String,
pub name: String,
pub requested_mode: RefinementIndicatorMode,
pub status: RefinementIndicatorStatus,
pub detail: Option<String>,
}Fields§
§namespace: String§name: String§requested_mode: RefinementIndicatorMode§status: RefinementIndicatorStatus§detail: Option<String>Trait Implementations§
Source§impl Clone for RefinementIndicatorSummary
impl Clone for RefinementIndicatorSummary
Source§fn clone(&self) -> RefinementIndicatorSummary
fn clone(&self) -> RefinementIndicatorSummary
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 RefinementIndicatorSummary
impl Debug for RefinementIndicatorSummary
Source§impl<'de> Deserialize<'de> for RefinementIndicatorSummary
impl<'de> Deserialize<'de> for RefinementIndicatorSummary
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<RefinementIndicatorSummary, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<RefinementIndicatorSummary, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for RefinementIndicatorSummary
impl Serialize for RefinementIndicatorSummary
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 RefinementIndicatorSummary
Auto Trait Implementations§
impl Freeze for RefinementIndicatorSummary
impl RefUnwindSafe for RefinementIndicatorSummary
impl Send for RefinementIndicatorSummary
impl Sync for RefinementIndicatorSummary
impl Unpin for RefinementIndicatorSummary
impl UnsafeUnpin for RefinementIndicatorSummary
impl UnwindSafe for RefinementIndicatorSummary
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