pub struct TlcErrDataOpt(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for TlcErrDataOpt
impl Clone for TlcErrDataOpt
Source§fn clone(&self) -> TlcErrDataOpt
fn clone(&self) -> TlcErrDataOpt
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TlcErrDataOpt
impl Debug for TlcErrDataOpt
Source§impl Default for TlcErrDataOpt
impl Default for TlcErrDataOpt
Source§impl Display for TlcErrDataOpt
impl Display for TlcErrDataOpt
Source§impl Entity for TlcErrDataOpt
impl Entity for TlcErrDataOpt
const NAME: &'static str = "TlcErrDataOpt"
type Builder = TlcErrDataOptBuilder
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 From<TlcErrData> for TlcErrDataOpt
impl From<TlcErrData> for TlcErrDataOpt
Source§fn from(value: TlcErrData) -> Self
fn from(value: TlcErrData) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for TlcErrDataOpt
impl RefUnwindSafe for TlcErrDataOpt
impl Send for TlcErrDataOpt
impl Sync for TlcErrDataOpt
impl Unpin for TlcErrDataOpt
impl UnsafeUnpin for TlcErrDataOpt
impl UnwindSafe for TlcErrDataOpt
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