pub struct OutputInfo {
pub storage_type: String,
pub storage_ref: String,
pub stream: String,
pub byte_length: i64,
pub content_hash: String,
}Expand description
Info about stored output.
Fields§
§storage_type: String§storage_ref: String§stream: String§byte_length: i64§content_hash: StringImplementations§
Source§impl OutputInfo
impl OutputInfo
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OutputInfo
impl RefUnwindSafe for OutputInfo
impl Send for OutputInfo
impl Sync for OutputInfo
impl Unpin for OutputInfo
impl UnsafeUnpin for OutputInfo
impl UnwindSafe for OutputInfo
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