pub enum _XGC {}
Auto Trait Implementations§
impl Freeze for _XGC
impl RefUnwindSafe for _XGC
impl Send for _XGC
impl Sync for _XGC
impl Unpin for _XGC
impl UnwindSafe for _XGC
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