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 Freeze for ReleaseLabel
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