#[repr(u8)]pub enum SupplyOptions {
PagerSupply = 0,
TransferData = 1,
PhysicalPageProvider = 2,
}Variants§
Trait Implementations§
Source§impl Clone for SupplyOptions
impl Clone for SupplyOptions
Source§fn clone(&self) -> SupplyOptions
fn clone(&self) -> SupplyOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SupplyOptions
Source§impl Debug for SupplyOptions
impl Debug for SupplyOptions
impl Eq for SupplyOptions
Source§impl Hash for SupplyOptions
impl Hash for SupplyOptions
Source§impl PartialEq for SupplyOptions
impl PartialEq for SupplyOptions
impl StructuralPartialEq for SupplyOptions
Auto Trait Implementations§
impl Freeze for SupplyOptions
impl RefUnwindSafe for SupplyOptions
impl Send for SupplyOptions
impl Sync for SupplyOptions
impl Unpin for SupplyOptions
impl UnsafeUnpin for SupplyOptions
impl UnwindSafe for SupplyOptions
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)