pub struct Apiv1WorkspaceCustomProfile {
pub title: Option<String>,
pub description: Option<String>,
pub logo_url: Option<String>,
pub locale: Option<String>,
pub appearance: Option<String>,
}
Fields§
§title: Option<String>
§description: Option<String>
§logo_url: Option<String>
§locale: Option<String>
§appearance: Option<String>
Implementations§
Source§impl Apiv1WorkspaceCustomProfile
impl Apiv1WorkspaceCustomProfile
pub fn new() -> Apiv1WorkspaceCustomProfile
Trait Implementations§
Source§impl Clone for Apiv1WorkspaceCustomProfile
impl Clone for Apiv1WorkspaceCustomProfile
Source§fn clone(&self) -> Apiv1WorkspaceCustomProfile
fn clone(&self) -> Apiv1WorkspaceCustomProfile
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 Apiv1WorkspaceCustomProfile
impl Debug for Apiv1WorkspaceCustomProfile
Source§impl Default for Apiv1WorkspaceCustomProfile
impl Default for Apiv1WorkspaceCustomProfile
Source§fn default() -> Apiv1WorkspaceCustomProfile
fn default() -> Apiv1WorkspaceCustomProfile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Apiv1WorkspaceCustomProfile
impl<'de> Deserialize<'de> for Apiv1WorkspaceCustomProfile
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 Apiv1WorkspaceCustomProfile
Auto Trait Implementations§
impl Freeze for Apiv1WorkspaceCustomProfile
impl RefUnwindSafe for Apiv1WorkspaceCustomProfile
impl Send for Apiv1WorkspaceCustomProfile
impl Sync for Apiv1WorkspaceCustomProfile
impl Unpin for Apiv1WorkspaceCustomProfile
impl UnwindSafe for Apiv1WorkspaceCustomProfile
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