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