Struct mod_installer::log_file::LogFile
source · pub(crate) struct LogFile(pub(crate) Vec<Component>);
Tuple Fields§
§0: Vec<Component>
Implementations§
Trait Implementations§
source§impl<'a> IntoIterator for &'a LogFile
impl<'a> IntoIterator for &'a LogFile
source§impl PartialOrd for LogFile
impl PartialOrd for LogFile
impl StructuralPartialEq for LogFile
Auto Trait Implementations§
impl Freeze for LogFile
impl RefUnwindSafe for LogFile
impl Send for LogFile
impl Sync for LogFile
impl Unpin for LogFile
impl UnwindSafe for LogFile
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