pub struct VersionParser { /* private fields */ }Expand description
Legacy VersionParser for backward compatibility
Implementations§
Source§impl VersionParser
impl VersionParser
Sourcepub fn parse_version(&self, input: &str) -> Result<Version, RezCoreError>
pub fn parse_version(&self, input: &str) -> Result<Version, RezCoreError>
Parse a complete version string
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VersionParser
impl RefUnwindSafe for VersionParser
impl Send for VersionParser
impl Sync for VersionParser
impl Unpin for VersionParser
impl UnwindSafe for VersionParser
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