Struct google_transcoder1::client::ContentRange
source · [−]Expand description
Implements the Content-Range header, for serialization only
Fields
range: Option<Chunk>
total_length: u64
Implementations
sourceimpl ContentRange
impl ContentRange
pub fn header_value(&self) -> String
Trait Implementations
sourceimpl Clone for ContentRange
impl Clone for ContentRange
sourcefn clone(&self) -> ContentRange
fn clone(&self) -> ContentRange
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ContentRange
impl Debug for ContentRange
sourceimpl PartialEq<ContentRange> for ContentRange
impl PartialEq<ContentRange> for ContentRange
sourcefn eq(&self, other: &ContentRange) -> bool
fn eq(&self, other: &ContentRange) -> bool
impl StructuralPartialEq for ContentRange
Auto Trait Implementations
impl RefUnwindSafe for ContentRange
impl Send for ContentRange
impl Sync for ContentRange
impl Unpin for ContentRange
impl UnwindSafe for ContentRange
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more