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