pub struct ResultMeta { /* private fields */ }
Expand description
Detailed information of a ResultID
.
Implementations§
Source§impl ResultMeta
impl ResultMeta
pub fn builder(id: ResultID, name: &str) -> ResultMetaBuilder
Trait Implementations§
Source§impl Debug for ResultMeta
impl Debug for ResultMeta
Source§impl Default for ResultMeta
impl Default for ResultMeta
Source§fn default() -> ResultMeta
fn default() -> ResultMeta
Returns the “default value” for a type. Read more
Source§impl Serialize for ResultMeta
impl Serialize for ResultMeta
Auto Trait Implementations§
impl Freeze for ResultMeta
impl RefUnwindSafe for ResultMeta
impl Send for ResultMeta
impl Sync for ResultMeta
impl Unpin for ResultMeta
impl UnwindSafe for ResultMeta
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere
T: Default,
type NoneType = T
§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.