pub enum WorkspaceIncludes {
Collaborators,
InviteLinks,
}
Expand description
Optional include flags that can be passed to [get_enterprise_workspace] to control fields are returned
Variants§
Auto Trait Implementations§
impl Freeze for WorkspaceIncludes
impl RefUnwindSafe for WorkspaceIncludes
impl Send for WorkspaceIncludes
impl Sync for WorkspaceIncludes
impl Unpin for WorkspaceIncludes
impl UnwindSafe for WorkspaceIncludes
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