pub struct ReductionError { /* private fields */ }Implementations§
Source§impl ReductionError
impl ReductionError
pub const fn observation_id(&self) -> &ObservationId
Trait Implementations§
Source§impl Clone for ReductionError
impl Clone for ReductionError
Source§fn clone(&self) -> ReductionError
fn clone(&self) -> ReductionError
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 ReductionError
impl Debug for ReductionError
Source§impl<'de> Deserialize<'de> for ReductionError
impl<'de> Deserialize<'de> for ReductionError
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ReductionError, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ReductionError, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ReductionError
impl Display for ReductionError
impl Eq for ReductionError
Source§impl Error for ReductionError
impl Error for ReductionError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for ReductionError
impl PartialEq for ReductionError
Source§impl Serialize for ReductionError
impl Serialize for ReductionError
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 ReductionError
Auto Trait Implementations§
impl Freeze for ReductionError
impl RefUnwindSafe for ReductionError
impl Send for ReductionError
impl Sync for ReductionError
impl Unpin for ReductionError
impl UnsafeUnpin for ReductionError
impl UnwindSafe for ReductionError
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