pub struct StatementBuilder1 { /* private fields */ }Implementations§
Source§impl StatementBuilder1
impl StatementBuilder1
pub fn action(self, action: Vec<Box<dyn Action>>) -> StatementBuilder2
pub fn not_action(self, action: Vec<Box<dyn Action>>) -> StatementBuilder2
Auto Trait Implementations§
impl Freeze for StatementBuilder1
impl RefUnwindSafe for StatementBuilder1
impl Send for StatementBuilder1
impl Sync for StatementBuilder1
impl Unpin for StatementBuilder1
impl UnsafeUnpin for StatementBuilder1
impl UnwindSafe for StatementBuilder1
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