pub struct GePrecomp { /* private fields */ }
Implementations§
Trait Implementations§
impl Copy for GePrecomp
Auto Trait Implementations§
impl Freeze for GePrecomp
impl RefUnwindSafe for GePrecomp
impl Send for GePrecomp
impl Sync for GePrecomp
impl Unpin for GePrecomp
impl UnwindSafe for GePrecomp
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