pub struct IBuilder { /* private fields */ }Auto Trait Implementations§
impl Freeze for IBuilder
impl RefUnwindSafe for IBuilder
impl Send for IBuilder
impl Sync for IBuilder
impl Unpin for IBuilder
impl UnsafeUnpin for IBuilder
impl UnwindSafe for IBuilder
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