Struct octseq::parse::ShortInput
source · pub struct ShortInput(/* private fields */);
Expand description
An attempt was made to go beyond the end of the parser.
Trait Implementations§
source§impl Clone for ShortInput
impl Clone for ShortInput
source§fn clone(&self) -> ShortInput
fn clone(&self) -> ShortInput
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 ShortInput
impl Debug for ShortInput
source§impl Default for ShortInput
impl Default for ShortInput
source§fn default() -> ShortInput
fn default() -> ShortInput
Returns the “default value” for a type. Read more
source§impl Display for ShortInput
impl Display for ShortInput
source§impl Error for ShortInput
impl Error for ShortInput
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()
source§impl PartialEq for ShortInput
impl PartialEq for ShortInput
impl Copy for ShortInput
impl Eq for ShortInput
impl StructuralPartialEq for ShortInput
Auto Trait Implementations§
impl Freeze for ShortInput
impl RefUnwindSafe for ShortInput
impl Send for ShortInput
impl Sync for ShortInput
impl Unpin for ShortInput
impl UnwindSafe for ShortInput
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
)source§impl<Source, Target> OctetsInto<Target> for Sourcewhere
Target: OctetsFrom<Source>,
impl<Source, Target> OctetsInto<Target> for Sourcewhere
Target: OctetsFrom<Source>,
type Error = <Target as OctetsFrom<Source>>::Error
source§fn try_octets_into(
self,
) -> Result<Target, <Source as OctetsInto<Target>>::Error>
fn try_octets_into( self, ) -> Result<Target, <Source as OctetsInto<Target>>::Error>
Performs the conversion.
source§fn octets_into(self) -> Target
fn octets_into(self) -> Target
Performs an infallible conversion.