pub enum ParseTokenDescriptionLineError {
MissingToken,
MissingDescription,
}
Variants§
Trait Implementations§
Source§impl From<ParseTokenDescriptionLineError> for GptBatchCreationError
impl From<ParseTokenDescriptionLineError> for GptBatchCreationError
Source§fn from(x: ParseTokenDescriptionLineError) -> Self
fn from(x: ParseTokenDescriptionLineError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ParseTokenDescriptionLineError
impl RefUnwindSafe for ParseTokenDescriptionLineError
impl Send for ParseTokenDescriptionLineError
impl Sync for ParseTokenDescriptionLineError
impl Unpin for ParseTokenDescriptionLineError
impl UnwindSafe for ParseTokenDescriptionLineError
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