Struct fuels_core::types::B512
source · pub struct B512 { /* private fields */ }Trait Implementations
sourceimpl Parameterize for B512
impl Parameterize for B512
fn param_type() -> ParamType
sourceimpl Tokenizable for B512
impl Tokenizable for B512
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 B512
impl Eq for B512
impl StructuralEq for B512
impl StructuralPartialEq for B512
Auto Trait Implementations
impl RefUnwindSafe for B512
impl Send for B512
impl Sync for B512
impl Unpin for B512
impl UnwindSafe for B512
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