Struct rustls_ffi::rslice::NulByte
source · pub struct NulByte {}
Expand description
NulByte represents an error converting &str
to rustls_str
when the &str
contains a NUL.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NulByte
impl Send for NulByte
impl Sync for NulByte
impl Unpin for NulByte
impl UnwindSafe for NulByte
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