pub struct BlockerToClear {
pub id: String,
pub title: String,
pub status: String,
pub unblocks: usize,
}Fields§
§id: String§title: String§status: String§unblocks: usizeTrait Implementations§
Source§impl Clone for BlockerToClear
impl Clone for BlockerToClear
Source§fn clone(&self) -> BlockerToClear
fn clone(&self) -> BlockerToClear
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 BlockerToClear
impl Debug for BlockerToClear
Auto Trait Implementations§
impl Freeze for BlockerToClear
impl RefUnwindSafe for BlockerToClear
impl Send for BlockerToClear
impl Sync for BlockerToClear
impl Unpin for BlockerToClear
impl UnsafeUnpin for BlockerToClear
impl UnwindSafe for BlockerToClear
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