pub struct ExternalTokensConfiguration {
pub twitter: Option<String>,
}Fields§
§twitter: Option<String>Trait Implementations§
source§impl Clone for ExternalTokensConfiguration
impl Clone for ExternalTokensConfiguration
source§fn clone(&self) -> ExternalTokensConfiguration
fn clone(&self) -> ExternalTokensConfiguration
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 ExternalTokensConfiguration
impl Debug for ExternalTokensConfiguration
source§impl Default for ExternalTokensConfiguration
impl Default for ExternalTokensConfiguration
source§fn default() -> ExternalTokensConfiguration
fn default() -> ExternalTokensConfiguration
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ExternalTokensConfiguration
impl<'de> Deserialize<'de> for ExternalTokensConfiguration
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 PartialEq<ExternalTokensConfiguration> for ExternalTokensConfiguration
impl PartialEq<ExternalTokensConfiguration> for ExternalTokensConfiguration
source§fn eq(&self, other: &ExternalTokensConfiguration) -> bool
fn eq(&self, other: &ExternalTokensConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ExternalTokensConfiguration
impl StructuralEq for ExternalTokensConfiguration
impl StructuralPartialEq for ExternalTokensConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for ExternalTokensConfiguration
impl Send for ExternalTokensConfiguration
impl Sync for ExternalTokensConfiguration
impl Unpin for ExternalTokensConfiguration
impl UnwindSafe for ExternalTokensConfiguration
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