Enum mpl_token_auth_rules::types::LibVersion
source · pub enum LibVersion {
V1 = 1,
V2 = 2,
}Expand description
Versioning for RuleSet structs.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LibVersion
impl Send for LibVersion
impl Sync for LibVersion
impl Unpin for LibVersion
impl UnwindSafe for LibVersion
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