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