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