pub enum EmbedPlatform {
Show 29 variants
YouTube,
Vimeo,
Dailymotion,
Twitch,
Wistia,
Twitter,
Instagram,
Facebook,
LinkedIn,
Pinterest,
TikTok,
Reddit,
Spotify,
SoundCloud,
ApplePodcasts,
GoogleMaps,
GoogleDocs,
CodePen,
JsFiddle,
CodeSandbox,
Gist,
SlideShare,
Giphy,
Typeform,
Calendly,
Stripe,
PayPal,
Scribd,
Other,
}Expand description
Embedded content platform
Variants§
YouTube
Vimeo
Dailymotion
Twitch
Wistia
TikTok
Spotify
SoundCloud
ApplePodcasts
GoogleMaps
GoogleDocs
CodePen
JsFiddle
CodeSandbox
Gist
Giphy
Typeform
Calendly
Stripe
PayPal
Scribd
Other
Implementations§
Trait Implementations§
Source§impl Clone for EmbedPlatform
impl Clone for EmbedPlatform
Source§fn clone(&self) -> EmbedPlatform
fn clone(&self) -> EmbedPlatform
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 EmbedPlatform
impl Debug for EmbedPlatform
Source§impl<'de> Deserialize<'de> for EmbedPlatform
impl<'de> Deserialize<'de> for EmbedPlatform
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 EmbedPlatform
impl Hash for EmbedPlatform
Source§impl PartialEq for EmbedPlatform
impl PartialEq for EmbedPlatform
Source§impl Serialize for EmbedPlatform
impl Serialize for EmbedPlatform
impl Copy for EmbedPlatform
impl Eq for EmbedPlatform
impl StructuralPartialEq for EmbedPlatform
Auto Trait Implementations§
impl Freeze for EmbedPlatform
impl RefUnwindSafe for EmbedPlatform
impl Send for EmbedPlatform
impl Sync for EmbedPlatform
impl Unpin for EmbedPlatform
impl UnwindSafe for EmbedPlatform
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.