pub struct ReadVarJob { /* private fields */ }
Implementations§
Source§impl ReadVarJob
impl ReadVarJob
pub fn bytes_len_data(&self) -> u16
pub fn bytes_len_parameter(&self) -> u16
pub fn add_item(&mut self, x: ItemRequest)
Trait Implementations§
Source§impl Debug for ReadVarJob
impl Debug for ReadVarJob
Source§impl Default for ReadVarJob
impl Default for ReadVarJob
Source§fn default() -> ReadVarJob
fn default() -> ReadVarJob
Returns the “default value” for a type. Read more
Source§impl PartialEq for ReadVarJob
impl PartialEq for ReadVarJob
impl Eq for ReadVarJob
impl StructuralPartialEq for ReadVarJob
Auto Trait Implementations§
impl Freeze for ReadVarJob
impl RefUnwindSafe for ReadVarJob
impl Send for ReadVarJob
impl Sync for ReadVarJob
impl Unpin for ReadVarJob
impl UnwindSafe for ReadVarJob
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