pub struct Giscus {
pub script_src: String,
pub repo: String,
pub repo_id: String,
pub category: String,
pub category_id: String,
pub mapping: String,
pub reactions_enabled: u32,
pub emit_metadata: u32,
pub theme: String,
pub lang: String,
pub crossorigin: String,
}Fields
script_src: Stringrepo: Stringrepo_id: Stringcategory: Stringcategory_id: Stringmapping: Stringreactions_enabled: u32emit_metadata: u32theme: Stringlang: Stringcrossorigin: StringTrait Implementations
sourceimpl<'de> Deserialize<'de> for Giscus
impl<'de> Deserialize<'de> for Giscus
sourcefn 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
Auto Trait Implementations
impl RefUnwindSafe for Giscus
impl Send for Giscus
impl Sync for Giscus
impl Unpin for Giscus
impl UnwindSafe for Giscus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> CompatExt for T
impl<T> CompatExt for T
fn compat_ref(&self) -> Compat<&T>
fn compat_ref(&self) -> Compat<&T>
Applies the [Compat] adapter by shared reference. Read more
fn compat_mut(&mut self) -> Compat<&mut T>
fn compat_mut(&mut self) -> Compat<&mut T>
Applies the [Compat] adapter by mutable reference. Read more