pub struct ProcDescPatch { /* private fields */ }Implementations§
Source§impl ProcDescPatch
impl ProcDescPatch
Source§impl ProcDescPatch
impl ProcDescPatch
pub fn append_labeled_block( self, body: impl IntoIterator<Item = ProcDesc>, ) -> (Self, i32)
Auto Trait Implementations§
impl Freeze for ProcDescPatch
impl RefUnwindSafe for ProcDescPatch
impl !Send for ProcDescPatch
impl !Sync for ProcDescPatch
impl Unpin for ProcDescPatch
impl UnwindSafe for ProcDescPatch
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more