Struct disco_quick::release::ReleaseIdentifier
source · pub struct ReleaseIdentifier {
pub type: String,
pub description: String,
pub value: Option<String>,
}Fields§
§type: String§description: String§value: Option<String>Trait Implementations§
source§impl Clone for ReleaseIdentifier
impl Clone for ReleaseIdentifier
source§fn clone(&self) -> ReleaseIdentifier
fn clone(&self) -> ReleaseIdentifier
Returns a copy 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 ReleaseIdentifier
impl Debug for ReleaseIdentifier
source§impl Default for ReleaseIdentifier
impl Default for ReleaseIdentifier
source§fn default() -> ReleaseIdentifier
fn default() -> ReleaseIdentifier
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ReleaseIdentifier
impl Send for ReleaseIdentifier
impl Sync for ReleaseIdentifier
impl Unpin for ReleaseIdentifier
impl UnwindSafe for ReleaseIdentifier
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