pub struct ClosedCard {
pub id: String,
pub title: String,
pub from_col_slug: String,
}Expand description
A card that was moved to the auto-close target column.
Fields§
§id: String§title: String§from_col_slug: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for ClosedCard
impl RefUnwindSafe for ClosedCard
impl Send for ClosedCard
impl Sync for ClosedCard
impl Unpin for ClosedCard
impl UnsafeUnpin for ClosedCard
impl UnwindSafe for ClosedCard
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