pub struct WorkspaceCollaborators {
pub workspace_collaborators: Vec<WorkspaceCollaborator>,
pub base_collaborators: Vec<BaseCollaborator>,
}
Fields§
§workspace_collaborators: Vec<WorkspaceCollaborator>
§base_collaborators: Vec<BaseCollaborator>
Trait Implementations§
Source§impl Clone for WorkspaceCollaborators
impl Clone for WorkspaceCollaborators
Source§fn clone(&self) -> WorkspaceCollaborators
fn clone(&self) -> WorkspaceCollaborators
Returns a copy 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 WorkspaceCollaborators
impl Debug for WorkspaceCollaborators
Source§impl<'de> Deserialize<'de> for WorkspaceCollaborators
impl<'de> Deserialize<'de> for WorkspaceCollaborators
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 WorkspaceCollaborators
impl RefUnwindSafe for WorkspaceCollaborators
impl Send for WorkspaceCollaborators
impl Sync for WorkspaceCollaborators
impl Unpin for WorkspaceCollaborators
impl UnwindSafe for WorkspaceCollaborators
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