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