pub struct DeleteReleaseChannel<'a> { /* private fields */ }Expand description
Builder for Client::delete_release_channel
Implementations§
Source§impl<'a> DeleteReleaseChannel<'a>
impl<'a> DeleteReleaseChannel<'a>
pub fn new(client: &'a Client) -> Self
pub fn name<V>(self, value: V) -> Selfwhere
V: TryInto<ReleaseChannelName>,
pub fn project<V>(self, value: V) -> Selfwhere
V: TryInto<ProjectIdOrNameQueryParam>,
pub fn workspace<V>(self, value: V) -> Selfwhere
V: TryInto<DeleteReleaseChannelWorkspace>,
Trait Implementations§
Source§impl<'a> Clone for DeleteReleaseChannel<'a>
impl<'a> Clone for DeleteReleaseChannel<'a>
Source§fn clone(&self) -> DeleteReleaseChannel<'a>
fn clone(&self) -> DeleteReleaseChannel<'a>
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<'a> !RefUnwindSafe for DeleteReleaseChannel<'a>
impl<'a> !UnwindSafe for DeleteReleaseChannel<'a>
impl<'a> Freeze for DeleteReleaseChannel<'a>
impl<'a> Send for DeleteReleaseChannel<'a>
impl<'a> Sync for DeleteReleaseChannel<'a>
impl<'a> Unpin for DeleteReleaseChannel<'a>
impl<'a> UnsafeUnpin for DeleteReleaseChannel<'a>
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