Struct obddimal::bdd_manager::dvo_schedules::NoDVOSchedule
source · [−]pub struct NoDVOSchedule {}
Expand description
Dummy DVO implementation that does nothing
Trait Implementations
sourceimpl DVOSchedule for NoDVOSchedule
impl DVOSchedule for NoDVOSchedule
sourceimpl Default for NoDVOSchedule
impl Default for NoDVOSchedule
sourcefn default() -> NoDVOSchedule
fn default() -> NoDVOSchedule
Returns the “default value” for a type. Read more
sourceimpl From<NoDVOSchedule> for DVOScheduleEnum
impl From<NoDVOSchedule> for DVOScheduleEnum
sourcefn from(v: NoDVOSchedule) -> DVOScheduleEnum
fn from(v: NoDVOSchedule) -> DVOScheduleEnum
Converts to this type from the input type.
sourceimpl TryInto<NoDVOSchedule> for DVOScheduleEnum
impl TryInto<NoDVOSchedule> for DVOScheduleEnum
sourcefn try_into(
self
) -> Result<NoDVOSchedule, <Self as TryInto<NoDVOSchedule>>::Error>
fn try_into(
self
) -> Result<NoDVOSchedule, <Self as TryInto<NoDVOSchedule>>::Error>
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for NoDVOSchedule
impl Send for NoDVOSchedule
impl Sync for NoDVOSchedule
impl Unpin for NoDVOSchedule
impl UnwindSafe for NoDVOSchedule
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more