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