pub struct GeneratorConfig<'l> {
pub namespace: &'l str,
pub adapter_listener_name: &'l str,
}
Fields§
§namespace: &'l str
§adapter_listener_name: &'l str
Auto Trait Implementations§
impl<'l> Freeze for GeneratorConfig<'l>
impl<'l> RefUnwindSafe for GeneratorConfig<'l>
impl<'l> Send for GeneratorConfig<'l>
impl<'l> Sync for GeneratorConfig<'l>
impl<'l> Unpin for GeneratorConfig<'l>
impl<'l> UnwindSafe for GeneratorConfig<'l>
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