#[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 (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 CollectedATSubcmd
Source§impl Debug for CollectedATSubcmd
impl Debug for CollectedATSubcmd
Auto Trait Implementations§
impl !Send for CollectedATSubcmd
impl !Sync for CollectedATSubcmd
impl Freeze for CollectedATSubcmd
impl RefUnwindSafe for CollectedATSubcmd
impl Unpin for CollectedATSubcmd
impl UnsafeUnpin 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