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