pub struct ProjectStatusId(/* private fields */);Expand description
UUID of a Linear project status.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for ProjectStatusId
impl AsRef<str> for ProjectStatusId
Source§impl Clone for ProjectStatusId
impl Clone for ProjectStatusId
Source§fn clone(&self) -> ProjectStatusId
fn clone(&self) -> ProjectStatusId
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 Debug for ProjectStatusId
impl Debug for ProjectStatusId
Source§impl<'de> Deserialize<'de> for ProjectStatusId
impl<'de> Deserialize<'de> for ProjectStatusId
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 Display for ProjectStatusId
impl Display for ProjectStatusId
impl Eq for ProjectStatusId
Source§impl From<&str> for ProjectStatusId
impl From<&str> for ProjectStatusId
Source§impl From<String> for ProjectStatusId
impl From<String> for ProjectStatusId
Source§impl Hash for ProjectStatusId
impl Hash for ProjectStatusId
Source§impl PartialEq for ProjectStatusId
impl PartialEq for ProjectStatusId
Source§fn eq(&self, other: &ProjectStatusId) -> bool
fn eq(&self, other: &ProjectStatusId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ProjectStatusId
impl Serialize for ProjectStatusId
impl StructuralPartialEq for ProjectStatusId
Auto Trait Implementations§
impl Freeze for ProjectStatusId
impl RefUnwindSafe for ProjectStatusId
impl Send for ProjectStatusId
impl Sync for ProjectStatusId
impl Unpin for ProjectStatusId
impl UnsafeUnpin for ProjectStatusId
impl UnwindSafe for ProjectStatusId
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