Struct valence_nbt::binary::FromModifiedUtf8Error
source · pub struct FromModifiedUtf8Error;
Trait Implementations§
source§impl Clone for FromModifiedUtf8Error
impl Clone for FromModifiedUtf8Error
source§fn clone(&self) -> FromModifiedUtf8Error
fn clone(&self) -> FromModifiedUtf8Error
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 FromModifiedUtf8Error
impl Debug for FromModifiedUtf8Error
source§impl Display for FromModifiedUtf8Error
impl Display for FromModifiedUtf8Error
source§impl Error for FromModifiedUtf8Error
impl Error for FromModifiedUtf8Error
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
impl Copy for FromModifiedUtf8Error
Auto Trait Implementations§
impl Freeze for FromModifiedUtf8Error
impl RefUnwindSafe for FromModifiedUtf8Error
impl Send for FromModifiedUtf8Error
impl Sync for FromModifiedUtf8Error
impl Unpin for FromModifiedUtf8Error
impl UnwindSafe for FromModifiedUtf8Error
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)