pub struct WorkspaceRow {
pub id: String,
pub linear_org_id: Option<String>,
pub display_name: Option<String>,
pub created_at: String,
}Fields§
§id: String§linear_org_id: Option<String>§display_name: Option<String>§created_at: StringTrait Implementations§
Source§impl Clone for WorkspaceRow
impl Clone for WorkspaceRow
Source§fn clone(&self) -> WorkspaceRow
fn clone(&self) -> WorkspaceRow
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 WorkspaceRow
impl Debug for WorkspaceRow
Source§impl<'de> Deserialize<'de> for WorkspaceRow
impl<'de> Deserialize<'de> for WorkspaceRow
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
Auto Trait Implementations§
impl Freeze for WorkspaceRow
impl RefUnwindSafe for WorkspaceRow
impl Send for WorkspaceRow
impl Sync for WorkspaceRow
impl Unpin for WorkspaceRow
impl UnsafeUnpin for WorkspaceRow
impl UnwindSafe for WorkspaceRow
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