pub struct ProcArgSpec {
pub name: String,
pub ty: ProcType,
}Fields§
§name: String§ty: ProcTypeTrait Implementations§
Source§impl Clone for ProcArgSpec
impl Clone for ProcArgSpec
Source§fn clone(&self) -> ProcArgSpec
fn clone(&self) -> ProcArgSpec
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 moreAuto Trait Implementations§
impl Freeze for ProcArgSpec
impl RefUnwindSafe for ProcArgSpec
impl Send for ProcArgSpec
impl Sync for ProcArgSpec
impl Unpin for ProcArgSpec
impl UnsafeUnpin for ProcArgSpec
impl UnwindSafe for ProcArgSpec
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