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