Struct solana_program_runtime::log_collector::LogCollector
source · [−]pub struct LogCollector { /* private fields */ }
Implementations
Trait Implementations
sourceimpl Default for LogCollector
impl Default for LogCollector
sourceimpl From<LogCollector> for Vec<String>
impl From<LogCollector> for Vec<String>
sourcefn from(log_collector: LogCollector) -> Self
fn from(log_collector: LogCollector) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for LogCollector
impl Send for LogCollector
impl Sync for LogCollector
impl Unpin for LogCollector
impl UnwindSafe for LogCollector
Blanket Implementations
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more