pub struct CallResultsRepr;
Trait Implementations§
source§impl Default for CallResultsRepr
impl Default for CallResultsRepr
source§fn default() -> CallResultsRepr
fn default() -> CallResultsRepr
Returns the “default value” for a type. Read more
source§impl FromSerialized<HashMap<String, CallServiceResult>> for CallResultsRepr
impl FromSerialized<HashMap<String, CallServiceResult>> for CallResultsRepr
fn deserialize( &self, repr: &[u8], ) -> Result<CallResults, Self::DeserializeError>
source§impl Representation for CallResultsRepr
impl Representation for CallResultsRepr
type SerializeError = <RmpSerdeMultiformat as Format<HashMap<String, CallServiceResult>>>::SerializationError
type DeserializeError = <RmpSerdeMultiformat as Format<HashMap<String, CallServiceResult>>>::DeserializationError
type WriteError = <RmpSerdeMultiformat as Format<HashMap<String, CallServiceResult>>>::WriteError
type Format = RmpSerdeMultiformat
type SerializedValue = SerializedCallResults
fn get_format(&self) -> Self::Format
source§impl ToSerialized<HashMap<String, CallServiceResult>> for CallResultsRepr
impl ToSerialized<HashMap<String, CallServiceResult>> for CallResultsRepr
fn serialize( &self, value: &CallResults, ) -> Result<SerializedCallResults, Self::SerializeError>
source§impl ToWriter<HashMap<String, CallServiceResult>> for CallResultsRepr
impl ToWriter<HashMap<String, CallServiceResult>> for CallResultsRepr
fn to_writer<W: Write>( &self, value: &CallResults, writer: &mut W, ) -> Result<(), Self::WriteError>
Auto Trait Implementations§
impl Freeze for CallResultsRepr
impl RefUnwindSafe for CallResultsRepr
impl Send for CallResultsRepr
impl Sync for CallResultsRepr
impl Unpin for CallResultsRepr
impl UnwindSafe for CallResultsRepr
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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<F, W, T, D> Deserialize<With<T, W>, D> for F
impl<F, W, T, D> Deserialize<With<T, W>, D> for F
§fn deserialize(
&self,
deserializer: &mut D,
) -> Result<With<T, W>, <D as Fallible>::Error>
fn deserialize( &self, deserializer: &mut D, ) -> Result<With<T, W>, <D as Fallible>::Error>
Deserializes using the given deserializer
§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Gets the layout of the type.