pub struct StringOrBytes { /* private fields */ }
Trait Implementations§
Source§impl Clone for StringOrBytes
impl Clone for StringOrBytes
Source§fn clone(&self) -> StringOrBytes
fn clone(&self) -> StringOrBytes
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 StringOrBytes
impl Debug for StringOrBytes
Source§impl Display for StringOrBytes
impl Display for StringOrBytes
Auto Trait Implementations§
impl !Freeze for StringOrBytes
impl RefUnwindSafe for StringOrBytes
impl Send for StringOrBytes
impl Sync for StringOrBytes
impl Unpin for StringOrBytes
impl UnwindSafe for StringOrBytes
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