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