Struct fuels_core::types::Bits256
source · [−]Tuple Fields
0: [u8; 32]Trait Implementations
sourceimpl Parameterize for Bits256
impl Parameterize for Bits256
fn param_type() -> ParamType
sourceimpl Tokenizable for Bits256
impl Tokenizable for Bits256
sourcefn from_token(token: Token) -> Result<Self, Error>where
Self: Sized,
fn from_token(token: Token) -> Result<Self, Error>where
Self: Sized,
Converts a
Token into expected type.sourcefn into_token(self) -> Token
fn into_token(self) -> Token
Converts a specified type back into token.
impl Copy for Bits256
impl Eq for Bits256
impl StructuralEq for Bits256
impl StructuralPartialEq for Bits256
Auto Trait Implementations
impl RefUnwindSafe for Bits256
impl Send for Bits256
impl Sync for Bits256
impl Unpin for Bits256
impl UnwindSafe for Bits256
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