pub struct FileHeaderRecord { /* private fields */ }Expand description
BAI2 file header record.
Implementations§
Source§impl FileHeaderRecord
impl FileHeaderRecord
Sourcepub fn receiver_id(&self) -> &str
pub fn receiver_id(&self) -> &str
Returns the receiver identifier.
Sourcepub fn creation_date(&self) -> &str
pub fn creation_date(&self) -> &str
Returns the creation date field.
Sourcepub fn creation_time(&self) -> &str
pub fn creation_time(&self) -> &str
Returns the creation time field.
Trait Implementations§
Source§impl Clone for FileHeaderRecord
impl Clone for FileHeaderRecord
Source§fn clone(&self) -> FileHeaderRecord
fn clone(&self) -> FileHeaderRecord
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FileHeaderRecord
impl Debug for FileHeaderRecord
impl Eq for FileHeaderRecord
Source§impl PartialEq for FileHeaderRecord
impl PartialEq for FileHeaderRecord
Source§fn eq(&self, other: &FileHeaderRecord) -> bool
fn eq(&self, other: &FileHeaderRecord) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FileHeaderRecord
Auto Trait Implementations§
impl Freeze for FileHeaderRecord
impl RefUnwindSafe for FileHeaderRecord
impl Send for FileHeaderRecord
impl Sync for FileHeaderRecord
impl Unpin for FileHeaderRecord
impl UnsafeUnpin for FileHeaderRecord
impl UnwindSafe for FileHeaderRecord
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