pub struct NoEnvelope;Trait Implementations§
Source§impl Clone for NoEnvelope
impl Clone for NoEnvelope
Source§fn clone(&self) -> NoEnvelope
fn clone(&self) -> NoEnvelope
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 CoolEnvelope for NoEnvelope
impl CoolEnvelope for NoEnvelope
fn request_content_type(&self) -> &'static str
fn response_content_type(&self) -> &'static str
fn open_request( &self, bytes: &[u8], _ctx: &mut CoolContext, ) -> Result<Vec<u8>, CoolError>
fn seal_response( &self, bytes: &[u8], _ctx: &CoolContext, ) -> Result<Vec<u8>, CoolError>
Source§impl Debug for NoEnvelope
impl Debug for NoEnvelope
Source§impl Default for NoEnvelope
impl Default for NoEnvelope
Source§fn default() -> NoEnvelope
fn default() -> NoEnvelope
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NoEnvelope
impl RefUnwindSafe for NoEnvelope
impl Send for NoEnvelope
impl Sync for NoEnvelope
impl Unpin for NoEnvelope
impl UnsafeUnpin for NoEnvelope
impl UnwindSafe for NoEnvelope
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