pub struct SimpleSerializationManager;Trait Implementations§
Source§impl Default for SimpleSerializationManager
impl Default for SimpleSerializationManager
Source§fn default() -> SimpleSerializationManager
fn default() -> SimpleSerializationManager
Returns the “default value” for a type. Read more
Source§impl SerializationManager for SimpleSerializationManager
impl SerializationManager for SimpleSerializationManager
fn encode_control(&self, envelope: &ControlEnvelope) -> Result<Vec<u8>, RtError>
fn decode_control(&self, bytes: &[u8]) -> Result<ControlEnvelope, RtError>
fn encode_data(&self, envelope: &DataEnvelope) -> Result<Vec<u8>, RtError>
Auto Trait Implementations§
impl Freeze for SimpleSerializationManager
impl RefUnwindSafe for SimpleSerializationManager
impl Send for SimpleSerializationManager
impl Sync for SimpleSerializationManager
impl Unpin for SimpleSerializationManager
impl UnsafeUnpin for SimpleSerializationManager
impl UnwindSafe for SimpleSerializationManager
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