pub struct NotComputable { /* private fields */ }
Expand description
The result cannot be computed in a streaming context.
Implementations§
Source§impl NotComputable
impl NotComputable
Sourcepub fn builder() -> Builder<MessageStage>
pub fn builder() -> Builder<MessageStage>
Returns a new builder.
Trait Implementations§
Source§impl Clone for NotComputable
impl Clone for NotComputable
Source§fn clone(&self) -> NotComputable
fn clone(&self) -> NotComputable
Returns a copy 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 NotComputable
impl Debug for NotComputable
Source§impl<'de> Deserialize<'de> for NotComputable
impl<'de> Deserialize<'de> for NotComputable
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 From<NotComputable> for Builder<Complete>
impl From<NotComputable> for Builder<Complete>
Source§fn from(v: NotComputable) -> Self
fn from(v: NotComputable) -> Self
Converts to this type from the input type.
Source§impl Hash for NotComputable
impl Hash for NotComputable
Source§impl Ord for NotComputable
impl Ord for NotComputable
Source§fn cmp(&self, other: &NotComputable) -> Ordering
fn cmp(&self, other: &NotComputable) -> 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 NotComputable
impl PartialEq for NotComputable
Source§impl PartialOrd for NotComputable
impl PartialOrd for NotComputable
Source§impl Serialize for NotComputable
impl Serialize for NotComputable
impl Eq for NotComputable
impl StructuralPartialEq for NotComputable
Auto Trait Implementations§
impl Freeze for NotComputable
impl RefUnwindSafe for NotComputable
impl Send for NotComputable
impl Sync for NotComputable
impl Unpin for NotComputable
impl UnwindSafe for NotComputable
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.