pub enum ParamdefFormat {
UTF16,
ShiftJIS,
}
Expand description
The text format for descriptions in the ParamDef
Variants§
Trait Implementations§
Source§impl From<bool> for ParamdefFormat
impl From<bool> for ParamdefFormat
Auto Trait Implementations§
impl Freeze for ParamdefFormat
impl RefUnwindSafe for ParamdefFormat
impl Send for ParamdefFormat
impl Sync for ParamdefFormat
impl Unpin for ParamdefFormat
impl UnwindSafe for ParamdefFormat
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