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