#[repr(C)]pub struct CollectedATSubcmd {
pub address: ObjectAddress,
pub parsetree: *mut Node,
}Fields§
§address: ObjectAddress§parsetree: *mut NodeTrait Implementations§
Source§impl Clone for CollectedATSubcmd
impl Clone for CollectedATSubcmd
Source§fn clone(&self) -> CollectedATSubcmd
fn clone(&self) -> CollectedATSubcmd
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CollectedATSubcmd
impl Debug for CollectedATSubcmd
Source§impl Default for CollectedATSubcmd
impl Default for CollectedATSubcmd
impl Copy for CollectedATSubcmd
Auto Trait Implementations§
impl Freeze for CollectedATSubcmd
impl RefUnwindSafe for CollectedATSubcmd
impl !Send for CollectedATSubcmd
impl !Sync for CollectedATSubcmd
impl Unpin for CollectedATSubcmd
impl UnwindSafe for CollectedATSubcmd
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