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 Freeze for ImportLogData
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