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