pub struct PostcardFormat;Expand description
Postcard serialization format for tarpc
Trait Implementations§
Source§impl Clone for PostcardFormat
impl Clone for PostcardFormat
Source§fn clone(&self) -> PostcardFormat
fn clone(&self) -> PostcardFormat
Returns a duplicate 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 PostcardFormat
impl Debug for PostcardFormat
Source§impl Default for PostcardFormat
impl Default for PostcardFormat
Source§fn default() -> PostcardFormat
fn default() -> PostcardFormat
Returns the “default value” for a type. Read more
Source§impl<Item> Deserializer<Item> for PostcardFormatwhere
Item: for<'de> Deserialize<'de>,
impl<Item> Deserializer<Item> for PostcardFormatwhere
Item: for<'de> Deserialize<'de>,
Auto Trait Implementations§
impl Freeze for PostcardFormat
impl RefUnwindSafe for PostcardFormat
impl Send for PostcardFormat
impl Sync for PostcardFormat
impl Unpin for PostcardFormat
impl UnwindSafe for PostcardFormat
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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