pub struct GitRepositoryId(pub String);
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Clone for GitRepositoryId
impl Clone for GitRepositoryId
Source§fn clone(&self) -> GitRepositoryId
fn clone(&self) -> GitRepositoryId
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 GitRepositoryId
impl Debug for GitRepositoryId
Source§impl<'de> Deserialize<'de> for GitRepositoryId
impl<'de> Deserialize<'de> for GitRepositoryId
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 From<&str> for GitRepositoryId
impl From<&str> for GitRepositoryId
Source§impl From<String> for GitRepositoryId
impl From<String> for GitRepositoryId
Source§impl IntoID<GitRepositoryId> for GitRepository
impl IntoID<GitRepositoryId> for GitRepository
fn into_id( self, ) -> Pin<Box<dyn Future<Output = Result<GitRepositoryId, DaggerError>> + Send>>
Source§impl IntoID<GitRepositoryId> for GitRepositoryId
impl IntoID<GitRepositoryId> for GitRepositoryId
fn into_id( self, ) -> Pin<Box<dyn Future<Output = Result<GitRepositoryId, DaggerError>> + Send>>
Source§impl PartialEq for GitRepositoryId
impl PartialEq for GitRepositoryId
Source§impl Serialize for GitRepositoryId
impl Serialize for GitRepositoryId
impl StructuralPartialEq for GitRepositoryId
Auto Trait Implementations§
impl Freeze for GitRepositoryId
impl RefUnwindSafe for GitRepositoryId
impl Send for GitRepositoryId
impl Sync for GitRepositoryId
impl Unpin for GitRepositoryId
impl UnwindSafe for GitRepositoryId
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