Struct disco_quick::shared::ReleaseLabel
source · pub struct ReleaseLabel {
pub id: u32,
pub name: String,
pub catno: Option<String>,
pub entity_type: u8,
pub entity_type_name: String,
}Fields§
§id: u32§name: String§catno: Option<String>§entity_type: u8§entity_type_name: StringTrait Implementations§
source§impl Clone for ReleaseLabel
impl Clone for ReleaseLabel
source§fn clone(&self) -> ReleaseLabel
fn clone(&self) -> ReleaseLabel
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 ReleaseLabel
impl Debug for ReleaseLabel
source§impl Default for ReleaseLabel
impl Default for ReleaseLabel
source§fn default() -> ReleaseLabel
fn default() -> ReleaseLabel
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ReleaseLabel
impl Send for ReleaseLabel
impl Sync for ReleaseLabel
impl Unpin for ReleaseLabel
impl UnwindSafe for ReleaseLabel
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