Struct codegen_cfg::transform::FlattenSingleElement
source · pub struct FlattenSingleElement;Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FlattenSingleElement
impl Send for FlattenSingleElement
impl Sync for FlattenSingleElement
impl Unpin for FlattenSingleElement
impl UnwindSafe for FlattenSingleElement
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