Struct graph_http::types::DeltaPhantom
source ·
[−]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,
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more