Struct fuels_types::ResolvedLog
source · [−]pub struct ResolvedLog {
pub log_id: u64,
pub param_type_call: TokenStream,
pub resolved_type_name: TokenStream,
}
Fields
log_id: u64
param_type_call: TokenStream
resolved_type_name: TokenStream
Trait Implementations
sourceimpl Clone for ResolvedLog
impl Clone for ResolvedLog
sourcefn clone(&self) -> ResolvedLog
fn clone(&self) -> ResolvedLog
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for ResolvedLog
impl !Send for ResolvedLog
impl !Sync for ResolvedLog
impl Unpin for ResolvedLog
impl UnwindSafe for ResolvedLog
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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