Struct pot::format::UnknownSpecial
source · pub struct UnknownSpecial(pub u64);
Expand description
An unknown Special
was encountered.
Tuple Fields§
§0: u64
Trait Implementations§
source§impl Clone for UnknownSpecial
impl Clone for UnknownSpecial
source§fn clone(&self) -> UnknownSpecial
fn clone(&self) -> UnknownSpecial
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 UnknownSpecial
impl Debug for UnknownSpecial
source§impl Display for UnknownSpecial
impl Display for UnknownSpecial
source§impl From<UnknownSpecial> for Error
impl From<UnknownSpecial> for Error
source§fn from(err: UnknownSpecial) -> Self
fn from(err: UnknownSpecial) -> Self
Converts to this type from the input type.
source§impl PartialEq for UnknownSpecial
impl PartialEq for UnknownSpecial
source§fn eq(&self, other: &UnknownSpecial) -> bool
fn eq(&self, other: &UnknownSpecial) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for UnknownSpecial
impl Eq for UnknownSpecial
impl StructuralPartialEq for UnknownSpecial
Auto Trait Implementations§
impl Freeze for UnknownSpecial
impl RefUnwindSafe for UnknownSpecial
impl Send for UnknownSpecial
impl Sync for UnknownSpecial
impl Unpin for UnknownSpecial
impl UnwindSafe for UnknownSpecial
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