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