pub enum VersionedSchedule {
PWasm,
}
Expand description
Definition of schedules that can be applied to a version.
Variants§
PWasm
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VersionedSchedule
impl RefUnwindSafe for VersionedSchedule
impl Send for VersionedSchedule
impl Sync for VersionedSchedule
impl Unpin for VersionedSchedule
impl UnwindSafe for VersionedSchedule
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