Struct onedrive_api::ExpectRange [−][src]
A half-open byte range start..end or start...
Fields
start: u64The lower bound of the range (inclusive).
end: Option<u64>The optional upper bound of the range (exclusive).
Trait Implementations
impl<'de> Deserialize<'de> for ExpectRange[src]
impl<'de> Deserialize<'de> for ExpectRange[src]fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>[src]
impl Eq for ExpectRange[src]
impl Eq for ExpectRange[src]impl PartialEq<ExpectRange> for ExpectRange[src]
impl PartialEq<ExpectRange> for ExpectRange[src]fn eq(&self, other: &ExpectRange) -> bool[src]
fn ne(&self, other: &ExpectRange) -> bool[src]
impl StructuralEq for ExpectRange[src]
impl StructuralEq for ExpectRange[src]impl StructuralPartialEq for ExpectRange[src]
impl StructuralPartialEq for ExpectRange[src]Auto Trait Implementations
impl RefUnwindSafe for ExpectRange
impl RefUnwindSafe for ExpectRangeimpl Send for ExpectRange
impl Send for ExpectRangeimpl Sync for ExpectRange
impl Sync for ExpectRangeimpl Unpin for ExpectRange
impl Unpin for ExpectRangeimpl UnwindSafe for ExpectRange
impl UnwindSafe for ExpectRangeBlanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]