Struct dagger_sdk::ProjectCommandId
source · pub struct ProjectCommandId(pub String);Tuple Fields§
§0: StringTrait Implementations§
source§impl Clone for ProjectCommandId
impl Clone for ProjectCommandId
source§fn clone(&self) -> ProjectCommandId
fn clone(&self) -> ProjectCommandId
Returns a copy 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 ProjectCommandId
impl Debug for ProjectCommandId
source§impl<'de> Deserialize<'de> for ProjectCommandId
impl<'de> Deserialize<'de> for ProjectCommandId
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 Into<ProjectCommandId> for &str
impl Into<ProjectCommandId> for &str
source§fn into(self) -> ProjectCommandId
fn into(self) -> ProjectCommandId
Converts this type into the (usually inferred) input type.
source§impl Into<ProjectCommandId> for String
impl Into<ProjectCommandId> for String
source§fn into(self) -> ProjectCommandId
fn into(self) -> ProjectCommandId
Converts this type into the (usually inferred) input type.
source§impl PartialEq<ProjectCommandId> for ProjectCommandId
impl PartialEq<ProjectCommandId> for ProjectCommandId
source§fn eq(&self, other: &ProjectCommandId) -> bool
fn eq(&self, other: &ProjectCommandId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ProjectCommandId
impl Serialize for ProjectCommandId
impl StructuralPartialEq for ProjectCommandId
Auto Trait Implementations§
impl RefUnwindSafe for ProjectCommandId
impl Send for ProjectCommandId
impl Sync for ProjectCommandId
impl Unpin for ProjectCommandId
impl UnwindSafe for ProjectCommandId
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