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