#[repr(u8)]pub enum ExternStringType {
Name = 128,
AppConfig = 129,
Options = 131,
HelpUrl = 132,
Blank = 0,
}Variants§
Trait Implementations§
Source§impl From<u32> for ExternStringType
impl From<u32> for ExternStringType
Auto Trait Implementations§
impl Freeze for ExternStringType
impl RefUnwindSafe for ExternStringType
impl Send for ExternStringType
impl Sync for ExternStringType
impl Unpin for ExternStringType
impl UnwindSafe for ExternStringType
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