pub struct ReleasedUnit {
pub id: String,
pub title: String,
pub reason: String,
}Expand description
A record of one unit that was released during tidy.
Fields§
§id: String§title: String§reason: StringTrait Implementations§
Source§impl Clone for ReleasedUnit
impl Clone for ReleasedUnit
Source§fn clone(&self) -> ReleasedUnit
fn clone(&self) -> ReleasedUnit
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 moreAuto Trait Implementations§
impl Freeze for ReleasedUnit
impl RefUnwindSafe for ReleasedUnit
impl Send for ReleasedUnit
impl Sync for ReleasedUnit
impl Unpin for ReleasedUnit
impl UnsafeUnpin for ReleasedUnit
impl UnwindSafe for ReleasedUnit
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