Struct graph_http::types::DeltaPhantom [−][src]
pub struct DeltaPhantom<T> { /* fields omitted */ }
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<T> RefUnwindSafe for DeltaPhantom<T> where
T: RefUnwindSafe,
impl<T> Send for DeltaPhantom<T> where
T: Send,
impl<T> Sync for DeltaPhantom<T> where
T: Sync,
impl<T> Unpin for DeltaPhantom<T> where
T: Unpin,
impl<T> UnwindSafe for DeltaPhantom<T> where
T: UnwindSafe,