Struct fuel_types::Bytes64 [−][src]
pub struct Bytes64(_);
Expand description
FuelVM atomic type.
Implementations
Add a conversion from arbitrary slices into owned
Warning
This function will not panic if the length of the slice is smaller than
Self::LEN
. Instead, it will cause undefined behavior and read random disowned
bytes
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
type Error = TryFromSliceError
type Error = TryFromSliceError
The type returned in the event of a conversion error.
Auto Trait Implementations
impl RefUnwindSafe for Bytes64
impl UnwindSafe for Bytes64
Blanket Implementations
Mutably borrows from an owned value. Read more