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 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 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
Source§impl PartialEq for ReleaseFormat
impl PartialEq for ReleaseFormat
impl Eq for ReleaseFormat
impl StructuralPartialEq for ReleaseFormat
Auto Trait Implementations§
impl Freeze for ReleaseFormat
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