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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more