pub enum EmbedHost {
Youtube(YoutubeEmbed),
Vimeo(VimeoEmbed),
GoogleDoc(GoogleDocsEmbed),
GoogleForm(GoogleFormsEmbed),
GoogleSheet(GoogleSheetsEmbed),
GoogleSlide(GoogleSlidesEmbed),
Edpuzzle(EdpuzzleEmbed),
Puzzel(PuzzelEmbed),
Quizlet(QuizletEmbed),
Thinglink(ThinglinkEmbed),
Sutori(SutoriEmbed),
}
Expand description
Host of embed
Variants§
Youtube(YoutubeEmbed)
YouTube
Vimeo(VimeoEmbed)
Vimeo
GoogleDoc(GoogleDocsEmbed)
Google doc
GoogleForm(GoogleFormsEmbed)
Google form
GoogleSheet(GoogleSheetsEmbed)
Google sheets
GoogleSlide(GoogleSlidesEmbed)
Google slide
Edpuzzle(EdpuzzleEmbed)
Edpuzzle
Puzzel(PuzzelEmbed)
Puzzel
Quizlet(QuizletEmbed)
Quizlet
Thinglink(ThinglinkEmbed)
Thinglink
Sutori(SutoriEmbed)
Sutori
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EmbedHost
impl<'de> Deserialize<'de> for EmbedHost
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
impl StructuralPartialEq for EmbedHost
Auto Trait Implementations§
impl Freeze for EmbedHost
impl RefUnwindSafe for EmbedHost
impl Send for EmbedHost
impl Sync for EmbedHost
impl Unpin for EmbedHost
impl UnwindSafe for EmbedHost
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