pub struct ExtendedStringHeader { /* private fields */ }Expand description
Extended header representing a string.
Implementations§
Trait Implementations§
Source§impl Clone for ExtendedStringHeader
impl Clone for ExtendedStringHeader
Source§fn clone(&self) -> ExtendedStringHeader
fn clone(&self) -> ExtendedStringHeader
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 ExtendedStringHeader
impl Debug for ExtendedStringHeader
Source§impl PartialEq for ExtendedStringHeader
impl PartialEq for ExtendedStringHeader
impl Copy for ExtendedStringHeader
impl Eq for ExtendedStringHeader
impl StructuralPartialEq for ExtendedStringHeader
Auto Trait Implementations§
impl Freeze for ExtendedStringHeader
impl RefUnwindSafe for ExtendedStringHeader
impl Send for ExtendedStringHeader
impl Sync for ExtendedStringHeader
impl Unpin for ExtendedStringHeader
impl UnwindSafe for ExtendedStringHeader
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