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