pub struct ReleaseResponse { /* private fields */ }Implementations§
Source§impl ReleaseResponse
impl ReleaseResponse
pub fn created_at<T>(self, value: T) -> Self
pub fn git_metadata<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn stack<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for ReleaseResponse
impl Clone for ReleaseResponse
Source§fn clone(&self) -> ReleaseResponse
fn clone(&self) -> ReleaseResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReleaseResponse
impl Debug for ReleaseResponse
Source§impl Default for ReleaseResponse
impl Default for ReleaseResponse
Source§impl From<ReleaseResponse> for ReleaseResponse
impl From<ReleaseResponse> for ReleaseResponse
Source§fn from(value: ReleaseResponse) -> Self
fn from(value: ReleaseResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<ReleaseResponse> for ReleaseResponse
impl TryFrom<ReleaseResponse> for ReleaseResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: ReleaseResponse) -> Result<Self, ConversionError>
fn try_from(value: ReleaseResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for ReleaseResponse
impl RefUnwindSafe for ReleaseResponse
impl Send for ReleaseResponse
impl Sync for ReleaseResponse
impl Unpin for ReleaseResponse
impl UnsafeUnpin for ReleaseResponse
impl UnwindSafe for ReleaseResponse
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