pub struct BoundedBytes<const MAX: usize>(/* private fields */);Implementations§
Trait Implementations§
Source§impl<const MAX: usize> Clone for BoundedBytes<MAX>
impl<const MAX: usize> Clone for BoundedBytes<MAX>
Source§fn clone(&self) -> BoundedBytes<MAX>
fn clone(&self) -> BoundedBytes<MAX>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<const MAX: usize> Debug for BoundedBytes<MAX>
impl<const MAX: usize> Debug for BoundedBytes<MAX>
impl<const MAX: usize> Eq for BoundedBytes<MAX>
Source§impl<const MAX: usize> OperatorClassKey for BoundedBytes<MAX>
impl<const MAX: usize> OperatorClassKey for BoundedBytes<MAX>
fn key_compare(&self, other: &Self) -> Ordering
Source§impl<const MAX: usize> PartialEq for BoundedBytes<MAX>
impl<const MAX: usize> PartialEq for BoundedBytes<MAX>
impl<const MAX: usize> StructuralPartialEq for BoundedBytes<MAX>
Source§impl<const MAX: usize> ValueType for BoundedBytes<MAX>
impl<const MAX: usize> ValueType for BoundedBytes<MAX>
const TYPE_REF: RadixAbiTypeRefV1
const MAX_OUTPUT_BYTES: u32
Auto Trait Implementations§
impl<const MAX: usize> Freeze for BoundedBytes<MAX>
impl<const MAX: usize> RefUnwindSafe for BoundedBytes<MAX>
impl<const MAX: usize> Send for BoundedBytes<MAX>
impl<const MAX: usize> Sync for BoundedBytes<MAX>
impl<const MAX: usize> Unpin for BoundedBytes<MAX>
impl<const MAX: usize> UnsafeUnpin for BoundedBytes<MAX>
impl<const MAX: usize> UnwindSafe for BoundedBytes<MAX>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more