pub struct ReleasePipelineType {}Auto Trait Implementations§
impl Freeze for ReleasePipelineType
impl RefUnwindSafe for ReleasePipelineType
impl Send for ReleasePipelineType
impl Sync for ReleasePipelineType
impl Unpin for ReleasePipelineType
impl UnsafeUnpin for ReleasePipelineType
impl UnwindSafe for ReleasePipelineType
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