pub struct draftedAt;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for draftedAt
impl RefUnwindSafe for draftedAt
impl Send for draftedAt
impl Sync for draftedAt
impl Unpin for draftedAt
impl UnwindSafe for draftedAt
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