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 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 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
impl Eq for ExternalTokensConfiguration
impl StructuralPartialEq for ExternalTokensConfiguration
Auto Trait Implementations§
impl Freeze for ExternalTokensConfiguration
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