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