#[repr(u8)]pub enum StringBoxOriginType {
Byte = 0,
UTF8 = 1,
Wide = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for StringBoxOriginType
impl Clone for StringBoxOriginType
Source§fn clone(&self) -> StringBoxOriginType
fn clone(&self) -> StringBoxOriginType
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 moreSource§impl Debug for StringBoxOriginType
impl Debug for StringBoxOriginType
Source§impl From<StringBoxOrigin> for StringBoxOriginType
impl From<StringBoxOrigin> for StringBoxOriginType
Source§fn from(origin: StringBoxOrigin) -> StringBoxOriginType
fn from(origin: StringBoxOrigin) -> StringBoxOriginType
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StringBoxOriginType
impl RefUnwindSafe for StringBoxOriginType
impl Send for StringBoxOriginType
impl Sync for StringBoxOriginType
impl Unpin for StringBoxOriginType
impl UnwindSafe for StringBoxOriginType
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