Struct graph_http::byterange::ByteRanges [−][src]
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,