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