pub struct NeedsConfig;Expand description
Builder state: agent config has not been provided yet.
Auto Trait Implementations§
impl Freeze for NeedsConfig
impl RefUnwindSafe for NeedsConfig
impl Send for NeedsConfig
impl Sync for NeedsConfig
impl Unpin for NeedsConfig
impl UnsafeUnpin for NeedsConfig
impl UnwindSafe for NeedsConfig
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