Struct fuels_core::abi_encoder::UnresolvedBytes
source · pub struct UnresolvedBytes { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for UnresolvedBytes
impl Clone for UnresolvedBytes
source§fn clone(&self) -> UnresolvedBytes
fn clone(&self) -> UnresolvedBytes
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UnresolvedBytes
impl Debug for UnresolvedBytes
source§impl Default for UnresolvedBytes
impl Default for UnresolvedBytes
source§fn default() -> UnresolvedBytes
fn default() -> UnresolvedBytes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for UnresolvedBytes
impl Send for UnresolvedBytes
impl Sync for UnresolvedBytes
impl Unpin for UnresolvedBytes
impl UnwindSafe for UnresolvedBytes
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
.