pub struct FileSpan {
pub ekey: Vec<u8>,
pub file_size: u64,
pub espec: Option<String>,
}
Expand description
File span information
Fields§
§ekey: Vec<u8>
Encoding key for this span
file_size: u64
Size of this span
espec: Option<String>
ESpec string (optional)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileSpan
impl RefUnwindSafe for FileSpan
impl Send for FileSpan
impl Sync for FileSpan
impl Unpin for FileSpan
impl UnwindSafe for FileSpan
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