pub struct Factory { /* private fields */ }
Implementations§
source§impl Factory
impl Factory
pub fn add_listener_local(&self) -> FactoryListenerLocalBuilder<'_>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Factory
impl !Send for Factory
impl !Sync for Factory
impl Unpin for Factory
impl UnwindSafe for Factory
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