pub enum StringFlag {
LATIN1 = 0,
UTF8 = 1,
}Variants§
Auto Trait Implementations§
impl Freeze for StringFlag
impl RefUnwindSafe for StringFlag
impl Send for StringFlag
impl Sync for StringFlag
impl Unpin for StringFlag
impl UnsafeUnpin for StringFlag
impl UnwindSafe for StringFlag
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