Enum typify_impl::CrateVers
source · pub enum CrateVers {
Version(Version),
Any,
Never,
}
Expand description
Specify the version for a named crate to consider for type use (rather than generating types) in the presense of a schema extension.
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CrateVers
impl RefUnwindSafe for CrateVers
impl Send for CrateVers
impl Sync for CrateVers
impl Unpin for CrateVers
impl UnwindSafe for CrateVers
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