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