pub enum KnownSubtype {
TokenizedScript,
UnicodeScript,
PlainScript,
}Expand description
Known AU3 record subtype categories.
Variants§
TokenizedScript
Tokenized script subtype >>>AUTOIT SCRIPT<<<.
UnicodeScript
UTF-16 text script subtype >AUTOIT UNICODE SCRIPT<.
PlainScript
Plain text script subtype >AUTOIT SCRIPT<.
Trait Implementations§
Source§impl Clone for KnownSubtype
impl Clone for KnownSubtype
Source§fn clone(&self) -> KnownSubtype
fn clone(&self) -> KnownSubtype
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for KnownSubtype
Source§impl Debug for KnownSubtype
impl Debug for KnownSubtype
impl Eq for KnownSubtype
Source§impl PartialEq for KnownSubtype
impl PartialEq for KnownSubtype
impl StructuralPartialEq for KnownSubtype
Auto Trait Implementations§
impl Freeze for KnownSubtype
impl RefUnwindSafe for KnownSubtype
impl Send for KnownSubtype
impl Sync for KnownSubtype
impl Unpin for KnownSubtype
impl UnsafeUnpin for KnownSubtype
impl UnwindSafe for KnownSubtype
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