Struct hydrate_pipeline::ImportLogData
source · pub struct ImportLogData {
pub log_events: Vec<ImportLogEvent>,
/* private fields */
}
Fields§
§log_events: Vec<ImportLogEvent>
Implementations§
source§impl ImportLogData
impl ImportLogData
pub fn log_events(&self) -> &[ImportLogEvent]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ImportLogData
impl Send for ImportLogData
impl Sync for ImportLogData
impl Unpin for ImportLogData
impl UnwindSafe for ImportLogData
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