pub enum ActionScriptItem {
Class,
Interface,
Function,
Variable,
Package,
Import,
}Expand description
ActionScript 顶级项目
Variants§
Trait Implementations§
Source§impl Clone for ActionScriptItem
impl Clone for ActionScriptItem
Source§fn clone(&self) -> ActionScriptItem
fn clone(&self) -> ActionScriptItem
Returns a duplicate 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 ActionScriptItem
impl Debug for ActionScriptItem
Source§impl PartialEq for ActionScriptItem
impl PartialEq for ActionScriptItem
impl StructuralPartialEq for ActionScriptItem
Auto Trait Implementations§
impl Freeze for ActionScriptItem
impl RefUnwindSafe for ActionScriptItem
impl Send for ActionScriptItem
impl Sync for ActionScriptItem
impl Unpin for ActionScriptItem
impl UnwindSafe for ActionScriptItem
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