pub enum SupportedOptions {}
Trait Implementations§
Source§impl Clone for SupportedOptions
impl Clone for SupportedOptions
Source§fn clone(&self) -> SupportedOptions
fn clone(&self) -> SupportedOptions
Returns a copy 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 SupportedOptions
impl Debug for SupportedOptions
Source§impl PartialEq for SupportedOptions
impl PartialEq for SupportedOptions
impl Copy for SupportedOptions
impl Eq for SupportedOptions
impl StructuralPartialEq for SupportedOptions
Auto Trait Implementations§
impl Freeze for SupportedOptions
impl RefUnwindSafe for SupportedOptions
impl Send for SupportedOptions
impl Sync for SupportedOptions
impl Unpin for SupportedOptions
impl UnwindSafe for SupportedOptions
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