pub struct JobFile { /* private fields */ }Available on crate feature
jobs only.Implementations§
Source§impl JobFile
impl JobFile
pub fn job_name(&self) -> &str
pub fn record_format(&self) -> &str
pub fn byte_count(&self) -> i32
pub fn record_count(&self) -> i32
pub fn job_correlator(&self) -> Option<&str>
pub fn class(&self) -> &str
pub fn job_id(&self) -> &str
pub fn id(&self) -> i32
pub fn dd_name(&self) -> &str
pub fn records_url(&self) -> &str
pub fn record_length(&self) -> i32
pub fn subsystem(&self) -> &str
pub fn step_name(&self) -> Option<&str>
pub fn proc_step(&self) -> Option<&str>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for JobFile
impl<'de> Deserialize<'de> for JobFile
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for JobFile
impl Ord for JobFile
Source§impl PartialOrd for JobFile
impl PartialOrd for JobFile
impl Eq for JobFile
impl StructuralPartialEq for JobFile
Auto Trait Implementations§
impl Freeze for JobFile
impl RefUnwindSafe for JobFile
impl Send for JobFile
impl Sync for JobFile
impl Unpin for JobFile
impl UnwindSafe for JobFile
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