pub struct ObjectiveCRoot {
pub items: Vec<ObjectiveCItem>,
}Expand description
Objective-C 语法树的根节点
Fields§
§items: Vec<ObjectiveCItem>源文件中的所有顶级项目
Trait Implementations§
Source§impl Clone for ObjectiveCRoot
impl Clone for ObjectiveCRoot
Source§fn clone(&self) -> ObjectiveCRoot
fn clone(&self) -> ObjectiveCRoot
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 ObjectiveCRoot
impl Debug for ObjectiveCRoot
Source§impl Default for ObjectiveCRoot
impl Default for ObjectiveCRoot
Source§impl PartialEq for ObjectiveCRoot
impl PartialEq for ObjectiveCRoot
impl StructuralPartialEq for ObjectiveCRoot
Auto Trait Implementations§
impl Freeze for ObjectiveCRoot
impl RefUnwindSafe for ObjectiveCRoot
impl Send for ObjectiveCRoot
impl Sync for ObjectiveCRoot
impl Unpin for ObjectiveCRoot
impl UnwindSafe for ObjectiveCRoot
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