pub struct HasConfig;Expand description
Builder state: agent config has been provided; build() is available.
Auto Trait Implementations§
impl Freeze for HasConfig
impl RefUnwindSafe for HasConfig
impl Send for HasConfig
impl Sync for HasConfig
impl Unpin for HasConfig
impl UnsafeUnpin for HasConfig
impl UnwindSafe for HasConfig
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