pub enum SerdePayload {
Bitcode(Vec<u8>),
}Variants§
Trait Implementations§
Source§impl Clone for SerdePayload
impl Clone for SerdePayload
Source§fn clone(&self) -> SerdePayload
fn clone(&self) -> SerdePayload
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 moreAuto Trait Implementations§
impl Freeze for SerdePayload
impl RefUnwindSafe for SerdePayload
impl Send for SerdePayload
impl Sync for SerdePayload
impl Unpin for SerdePayload
impl UnwindSafe for SerdePayload
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