Struct fuels_programs::logs::LogResult
source · pub struct LogResult {
pub results: Vec<Result<String>>,
}
Fields§
§results: Vec<Result<String>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for LogResult
impl Send for LogResult
impl Sync for LogResult
impl Unpin for LogResult
impl !UnwindSafe for LogResult
Blanket Implementations§
source§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
source§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.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