pub struct WorkspaceSocialsConfig {
pub twitter: Option<String>,
pub discord: Option<String>,
pub telegram: Option<String>,
pub slack: Option<String>,
pub medium: Option<String>,
pub github: Option<String>,
}Fields§
§twitter: Option<String>A Twitter/X account associated with the organization/project
discord: Option<String>A Discord account associated with the organization/project
telegram: Option<String>A Telegram account associated with the organization/project
slack: Option<String>A Slack account associated with the organization/project
medium: Option<String>A Medium account associated with the organization/project
github: Option<String>A GitHub account associated with the organization/project
Trait Implementations§
Source§impl Clone for WorkspaceSocialsConfig
impl Clone for WorkspaceSocialsConfig
Source§fn clone(&self) -> WorkspaceSocialsConfig
fn clone(&self) -> WorkspaceSocialsConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WorkspaceSocialsConfig
impl Debug for WorkspaceSocialsConfig
Source§impl Default for WorkspaceSocialsConfig
impl Default for WorkspaceSocialsConfig
Source§fn default() -> WorkspaceSocialsConfig
fn default() -> WorkspaceSocialsConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WorkspaceSocialsConfig
impl<'de> Deserialize<'de> for WorkspaceSocialsConfig
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 WorkspaceSocialsConfig
Source§impl PartialEq for WorkspaceSocialsConfig
impl PartialEq for WorkspaceSocialsConfig
Source§impl Serialize for WorkspaceSocialsConfig
impl Serialize for WorkspaceSocialsConfig
impl StructuralPartialEq for WorkspaceSocialsConfig
Auto Trait Implementations§
impl Freeze for WorkspaceSocialsConfig
impl RefUnwindSafe for WorkspaceSocialsConfig
impl Send for WorkspaceSocialsConfig
impl Sync for WorkspaceSocialsConfig
impl Unpin for WorkspaceSocialsConfig
impl UnsafeUnpin for WorkspaceSocialsConfig
impl UnwindSafe for WorkspaceSocialsConfig
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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§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.