pub struct TagCreateTagForWorkspaceRequest {
pub tag_base: TagBase,
pub followers: Option<Vec<String>>,
}Fields§
§tag_base: TagBase§followers: Option<Vec<String>>An array of strings identifying users. These can either be the string “me”, an email, or the gid of a user.
Trait Implementations§
Source§impl Clone for TagCreateTagForWorkspaceRequest
impl Clone for TagCreateTagForWorkspaceRequest
Source§fn clone(&self) -> TagCreateTagForWorkspaceRequest
fn clone(&self) -> TagCreateTagForWorkspaceRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for TagCreateTagForWorkspaceRequest
impl Default for TagCreateTagForWorkspaceRequest
Source§fn default() -> TagCreateTagForWorkspaceRequest
fn default() -> TagCreateTagForWorkspaceRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TagCreateTagForWorkspaceRequest
impl<'de> Deserialize<'de> for TagCreateTagForWorkspaceRequest
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 TagCreateTagForWorkspaceRequest
impl RefUnwindSafe for TagCreateTagForWorkspaceRequest
impl Send for TagCreateTagForWorkspaceRequest
impl Sync for TagCreateTagForWorkspaceRequest
impl Unpin for TagCreateTagForWorkspaceRequest
impl UnsafeUnpin for TagCreateTagForWorkspaceRequest
impl UnwindSafe for TagCreateTagForWorkspaceRequest
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