Enum alloc::ffi::c_str::FromBytesWithNulErrorKind
source · enum FromBytesWithNulErrorKind {
InteriorNul(usize),
NotNulTerminated,
}
Variants§
Trait Implementations§
source§impl Clone for FromBytesWithNulErrorKind
impl Clone for FromBytesWithNulErrorKind
source§fn clone(&self) -> FromBytesWithNulErrorKind
fn clone(&self) -> FromBytesWithNulErrorKind
Returns a copy 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 Debug for FromBytesWithNulErrorKind
impl Debug for FromBytesWithNulErrorKind
source§impl Eq for FromBytesWithNulErrorKind
impl Eq for FromBytesWithNulErrorKind
fn assert_receiver_is_total_eq(&self)
source§impl PartialEq<FromBytesWithNulErrorKind> for FromBytesWithNulErrorKind
impl PartialEq<FromBytesWithNulErrorKind> for FromBytesWithNulErrorKind
source§fn eq(&self, other: &FromBytesWithNulErrorKind) -> bool
fn eq(&self, other: &FromBytesWithNulErrorKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralEq for FromBytesWithNulErrorKind
impl StructuralPartialEq for FromBytesWithNulErrorKind
Auto Trait Implementations§
impl RefUnwindSafe for FromBytesWithNulErrorKind
impl Send for FromBytesWithNulErrorKind
impl Sync for FromBytesWithNulErrorKind
impl Unpin for FromBytesWithNulErrorKind
impl UnwindSafe for FromBytesWithNulErrorKind
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