pub struct Utf8Constant {
pub utf8_string: String,
pub bytes: Vec<u8>,
}
Fields§
§utf8_string: String
§bytes: Vec<u8>
Trait Implementations§
Source§impl Clone for Utf8Constant
impl Clone for Utf8Constant
Source§fn clone(&self) -> Utf8Constant
fn clone(&self) -> Utf8Constant
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for Utf8Constant
impl RefUnwindSafe for Utf8Constant
impl Send for Utf8Constant
impl Sync for Utf8Constant
impl Unpin for Utf8Constant
impl UnwindSafe for Utf8Constant
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