#[repr(C)]pub struct CollectedCommand {
pub type_: Type,
pub in_extension: bool,
pub parsetree: *mut Node,
pub d: CollectedCommand__bindgen_ty_1,
pub parent: *mut CollectedCommand,
}Fields§
§type_: Type§in_extension: bool§parsetree: *mut Node§d: CollectedCommand__bindgen_ty_1§parent: *mut CollectedCommandTrait Implementations§
Source§impl Clone for CollectedCommand
impl Clone for CollectedCommand
Source§fn clone(&self) -> CollectedCommand
fn clone(&self) -> CollectedCommand
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 CollectedCommand
Auto Trait Implementations§
impl !Send for CollectedCommand
impl !Sync for CollectedCommand
impl Freeze for CollectedCommand
impl RefUnwindSafe for CollectedCommand
impl Unpin for CollectedCommand
impl UnsafeUnpin for CollectedCommand
impl UnwindSafe for CollectedCommand
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