Struct graph_http::byterange::ByteRanges
source ·
[−]pub struct ByteRanges<F> { /* fields omitted */ }
Implementations
Trait Implementations
Auto Trait Implementations
impl<F> RefUnwindSafe for ByteRanges<F> where
F: RefUnwindSafe,
impl<F> Send for ByteRanges<F> where
F: Send,
impl<F> Sync for ByteRanges<F> where
F: Sync,
impl<F> Unpin for ByteRanges<F> where
F: Unpin,
impl<F> UnwindSafe for ByteRanges<F> where
F: 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