[−][src]Struct azure_sdk_core::range::Range
Fields
start: u64end: u64Implementations
impl Range[src]
pub fn new(start: u64, end: u64) -> Range[src]
pub fn len(&self) -> u64[src]
pub fn is_empty(&self) -> bool[src]
Trait Implementations
impl Clone for Range[src]
impl Copy for Range[src]
impl Debug for Range[src]
impl Display for Range[src]
impl<'a> From<&'a BA512Range> for Range[src]
fn from(ba: &'a BA512Range) -> Range[src]
impl From<Range<i32>> for Range[src]
impl From<Range<u64>> for Range[src]
impl From<Range<usize>> for Range[src]
impl FromStr for Range[src]
type Err = ParseError
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<Range, ParseError>[src]
impl Into<Range> for BA512Range[src]
impl PartialEq<Range> for Range[src]
impl StructuralPartialEq for Range[src]
Auto Trait Implementations
impl RefUnwindSafe for Range
impl Send for Range
impl Sync for Range
impl Unpin for Range
impl UnwindSafe for Range
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,