pub enum SdkInterface {
Native,
Html,
Both,
}Variants§
Trait Implementations§
Source§impl Clone for SdkInterface
impl Clone for SdkInterface
Source§fn clone(&self) -> SdkInterface
fn clone(&self) -> SdkInterface
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SdkInterface
impl Debug for SdkInterface
Source§impl<'de> Deserialize<'de> for SdkInterface
impl<'de> Deserialize<'de> for SdkInterface
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for SdkInterface
impl Hash for SdkInterface
Source§impl PartialEq for SdkInterface
impl PartialEq for SdkInterface
Source§fn eq(&self, other: &SdkInterface) -> bool
fn eq(&self, other: &SdkInterface) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SdkInterface
impl Serialize for SdkInterface
impl Copy for SdkInterface
impl Eq for SdkInterface
impl StructuralPartialEq for SdkInterface
Auto Trait Implementations§
impl Freeze for SdkInterface
impl RefUnwindSafe for SdkInterface
impl Send for SdkInterface
impl Sync for SdkInterface
impl Unpin for SdkInterface
impl UnsafeUnpin for SdkInterface
impl UnwindSafe for SdkInterface
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