Struct puffin::trace::Precomputation
source · pub struct Precomputation<PT: ProtocolTypes> {
pub label: Option<String>,
pub recipe: Term<PT>,
}
Fields§
§label: Option<String>
§recipe: Term<PT>
Trait Implementations§
source§impl<PT: Clone + ProtocolTypes> Clone for Precomputation<PT>
impl<PT: Clone + ProtocolTypes> Clone for Precomputation<PT>
source§fn clone(&self) -> Precomputation<PT>
fn clone(&self) -> Precomputation<PT>
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<PT: Debug + ProtocolTypes> Debug for Precomputation<PT>
impl<PT: Debug + ProtocolTypes> Debug for Precomputation<PT>
source§impl<'de, PT> Deserialize<'de> for Precomputation<PT>where
PT: ProtocolTypes,
impl<'de, PT> Deserialize<'de> for Precomputation<PT>where
PT: ProtocolTypes,
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<PT: Hash + ProtocolTypes> Hash for Precomputation<PT>
impl<PT: Hash + ProtocolTypes> Hash for Precomputation<PT>
source§impl<PT> Serialize for Precomputation<PT>where
PT: ProtocolTypes,
impl<PT> Serialize for Precomputation<PT>where
PT: ProtocolTypes,
Auto Trait Implementations§
impl<PT> Freeze for Precomputation<PT>
impl<PT> !RefUnwindSafe for Precomputation<PT>
impl<PT> Send for Precomputation<PT>
impl<PT> Sync for Precomputation<PT>
impl<PT> Unpin for Precomputation<PT>
impl<PT> !UnwindSafe for Precomputation<PT>
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
§impl<T> CloneAny for T
impl<T> CloneAny for T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Tail, T> Prepend<T> for Tail
impl<Tail, T> Prepend<T> for Tail
§type PreprendResult = Tail
type PreprendResult = Tail
The Resulting [
TupleList
], of an [Prepend::prepend()
] call,
including the prepended entry.