Enum cosmos_utils::ModifyReturn [−][src]
pub enum ModifyReturn<D> {
Replace(D),
DontReplace(D),
}Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl<D> RefUnwindSafe for ModifyReturn<D> where
D: RefUnwindSafe,
impl<D> Send for ModifyReturn<D> where
D: Send,
impl<D> Sync for ModifyReturn<D> where
D: Sync,
impl<D> Unpin for ModifyReturn<D> where
D: Unpin,
impl<D> UnwindSafe for ModifyReturn<D> where
D: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
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