pub struct BytesOpt(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Entity for BytesOpt
impl Entity for BytesOpt
const NAME: &'static str = "BytesOpt"
type Builder = BytesOptBuilder
fn new_unchecked(data: Bytes) -> Self
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> VerificationResult<Self>
fn from_compatible_slice(slice: &[u8]) -> VerificationResult<Self>
fn new_builder() -> Self::Builder
fn as_builder(self) -> Self::Builder
Source§impl Ord for BytesOpt
impl Ord for BytesOpt
Source§impl PartialOrd for BytesOpt
impl PartialOrd for BytesOpt
impl Eq for BytesOpt
Auto Trait Implementations§
impl !Freeze for BytesOpt
impl RefUnwindSafe for BytesOpt
impl Send for BytesOpt
impl Sync for BytesOpt
impl Unpin for BytesOpt
impl UnwindSafe for BytesOpt
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)