pub struct RenderLargeRequest<'input> {
    pub context_tag: u32,
    pub request_num: u16,
    pub request_total: u16,
    pub data: Cow<'input, [u8]>,
}Fields§
§context_tag: u32§request_num: u16§request_total: u16§data: Cow<'input, [u8]>Implementations§
Source§impl<'input> RenderLargeRequest<'input>
 
impl<'input> RenderLargeRequest<'input>
Trait Implementations§
Source§impl<'input> Clone for RenderLargeRequest<'input>
 
impl<'input> Clone for RenderLargeRequest<'input>
Source§fn clone(&self) -> RenderLargeRequest<'input>
 
fn clone(&self) -> RenderLargeRequest<'input>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl<'input> Debug for RenderLargeRequest<'input>
 
impl<'input> Debug for RenderLargeRequest<'input>
Source§impl<'input> Default for RenderLargeRequest<'input>
 
impl<'input> Default for RenderLargeRequest<'input>
Source§fn default() -> RenderLargeRequest<'input>
 
fn default() -> RenderLargeRequest<'input>
Returns the “default value” for a type. Read more
Source§impl<'input> Hash for RenderLargeRequest<'input>
 
impl<'input> Hash for RenderLargeRequest<'input>
Source§impl<'input> Ord for RenderLargeRequest<'input>
 
impl<'input> Ord for RenderLargeRequest<'input>
Source§fn cmp(&self, other: &RenderLargeRequest<'input>) -> Ordering
 
fn cmp(&self, other: &RenderLargeRequest<'input>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'input> PartialEq for RenderLargeRequest<'input>
 
impl<'input> PartialEq for RenderLargeRequest<'input>
Source§impl<'input> PartialOrd for RenderLargeRequest<'input>
 
impl<'input> PartialOrd for RenderLargeRequest<'input>
Source§impl<'input> Request for RenderLargeRequest<'input>
 
impl<'input> Request for RenderLargeRequest<'input>
impl<'input> Eq for RenderLargeRequest<'input>
impl<'input> StructuralPartialEq for RenderLargeRequest<'input>
impl<'input> VoidRequest for RenderLargeRequest<'input>
Auto Trait Implementations§
impl<'input> Freeze for RenderLargeRequest<'input>
impl<'input> RefUnwindSafe for RenderLargeRequest<'input>
impl<'input> Send for RenderLargeRequest<'input>
impl<'input> Sync for RenderLargeRequest<'input>
impl<'input> Unpin for RenderLargeRequest<'input>
impl<'input> UnwindSafe for RenderLargeRequest<'input>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more