pub struct TextDataOwned(/* private fields */);Expand description
CBOR Text chunk with owned chunk of utf8 sequence
Implementations§
Source§impl TextDataOwned
impl TextDataOwned
Trait Implementations§
Source§impl Clone for TextDataOwned
impl Clone for TextDataOwned
Source§fn clone(&self) -> TextDataOwned
fn clone(&self) -> TextDataOwned
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 TextDataOwned
impl Debug for TextDataOwned
Source§impl PartialEq for TextDataOwned
impl PartialEq for TextDataOwned
impl Eq for TextDataOwned
impl StructuralPartialEq for TextDataOwned
Auto Trait Implementations§
impl Freeze for TextDataOwned
impl RefUnwindSafe for TextDataOwned
impl Send for TextDataOwned
impl Sync for TextDataOwned
impl Unpin for TextDataOwned
impl UnwindSafe for TextDataOwned
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