pub struct BoundedText<const MAX: usize>(/* private fields */);Implementations§
Trait Implementations§
Source§impl<const MAX: usize> Clone for BoundedText<MAX>
impl<const MAX: usize> Clone for BoundedText<MAX>
Source§fn clone(&self) -> BoundedText<MAX>
fn clone(&self) -> BoundedText<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 BoundedText<MAX>
impl<const MAX: usize> Debug for BoundedText<MAX>
impl<const MAX: usize> Eq for BoundedText<MAX>
Source§impl<const MAX: usize> OperatorClassKey for BoundedText<MAX>
impl<const MAX: usize> OperatorClassKey for BoundedText<MAX>
fn key_compare(&self, other: &Self) -> Ordering
Source§impl<const MAX: usize> PartialEq for BoundedText<MAX>
impl<const MAX: usize> PartialEq for BoundedText<MAX>
impl<const MAX: usize> StructuralPartialEq for BoundedText<MAX>
Source§impl<const MAX: usize> ValueType for BoundedText<MAX>
impl<const MAX: usize> ValueType for BoundedText<MAX>
const TYPE_REF: RadixAbiTypeRefV1
const MAX_OUTPUT_BYTES: u32
Auto Trait Implementations§
impl<const MAX: usize> Freeze for BoundedText<MAX>
impl<const MAX: usize> RefUnwindSafe for BoundedText<MAX>
impl<const MAX: usize> Send for BoundedText<MAX>
impl<const MAX: usize> Sync for BoundedText<MAX>
impl<const MAX: usize> Unpin for BoundedText<MAX>
impl<const MAX: usize> UnsafeUnpin for BoundedText<MAX>
impl<const MAX: usize> UnwindSafe for BoundedText<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