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