pub struct Make;Trait Implementations§
impl Copy for Make
Auto Trait Implementations§
impl Freeze for Make
impl RefUnwindSafe for Make
impl Send for Make
impl Sync for Make
impl Unpin for Make
impl UnwindSafe for Make
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