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