pub enum DeviceTable {
Generators,
Loads,
}Expand description
Which payload table a simple dispatchable device row lands in.
Variants§
Trait Implementations§
Source§impl Clone for DeviceTable
impl Clone for DeviceTable
Source§fn clone(&self) -> DeviceTable
fn clone(&self) -> DeviceTable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeviceTable
impl Debug for DeviceTable
Source§impl PartialEq for DeviceTable
impl PartialEq for DeviceTable
impl Copy for DeviceTable
impl Eq for DeviceTable
impl StructuralPartialEq for DeviceTable
Auto Trait Implementations§
impl Freeze for DeviceTable
impl RefUnwindSafe for DeviceTable
impl Send for DeviceTable
impl Sync for DeviceTable
impl Unpin for DeviceTable
impl UnsafeUnpin for DeviceTable
impl UnwindSafe for DeviceTable
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more