pub struct ProjectDeleteWhen(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for ProjectDeleteWhen
impl !RefUnwindSafe for ProjectDeleteWhen
impl !Send for ProjectDeleteWhen
impl !Sync for ProjectDeleteWhen
impl Unpin for ProjectDeleteWhen
impl UnsafeUnpin for ProjectDeleteWhen
impl !UnwindSafe for ProjectDeleteWhen
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