pub enum WorkspaceVisibility {
Personal,
Private,
Public,
Team,
}
Variants§
Trait Implementations§
Source§impl Clone for WorkspaceVisibility
impl Clone for WorkspaceVisibility
Source§fn clone(&self) -> WorkspaceVisibility
fn clone(&self) -> WorkspaceVisibility
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 WorkspaceVisibility
impl Debug for WorkspaceVisibility
Source§impl<'de> Deserialize<'de> for WorkspaceVisibility
impl<'de> Deserialize<'de> for WorkspaceVisibility
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 WorkspaceVisibility
impl PartialEq for WorkspaceVisibility
Source§impl Serialize for WorkspaceVisibility
impl Serialize for WorkspaceVisibility
impl StructuralPartialEq for WorkspaceVisibility
Auto Trait Implementations§
impl Freeze for WorkspaceVisibility
impl RefUnwindSafe for WorkspaceVisibility
impl Send for WorkspaceVisibility
impl Sync for WorkspaceVisibility
impl Unpin for WorkspaceVisibility
impl UnwindSafe for WorkspaceVisibility
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