pub struct WorkflowPinner { /* private fields */ }Implementations§
Source§impl WorkflowPinner
impl WorkflowPinner
pub const fn new(github: GitHubClient) -> Self
pub fn pin(&self, options: &PinOptions) -> Result<PinReport>
Trait Implementations§
Source§impl Clone for WorkflowPinner
impl Clone for WorkflowPinner
Source§fn clone(&self) -> WorkflowPinner
fn clone(&self) -> WorkflowPinner
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for WorkflowPinner
impl !UnwindSafe for WorkflowPinner
impl Freeze for WorkflowPinner
impl Send for WorkflowPinner
impl Sync for WorkflowPinner
impl Unpin for WorkflowPinner
impl UnsafeUnpin for WorkflowPinner
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