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