pub struct Anitomy { /* private fields */ }Expand description
An Anitomy parser instance.
Implementations§
Source§impl Anitomy
impl Anitomy
Sourcepub unsafe fn parse<S: AsRef<CStr>>(&mut self, filename: S) -> bool
pub unsafe fn parse<S: AsRef<CStr>>(&mut self, filename: S) -> bool
Parses a filename.
true and false return values correspond to what Anitomy classifies as succeeding or failing in parsing a filename.
Such as an AnimeTitle element being found.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Anitomy
impl RefUnwindSafe for Anitomy
impl !Send for Anitomy
impl !Sync for Anitomy
impl Unpin for Anitomy
impl UnwindSafe for Anitomy
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