pub struct StatementStartState {}Trait Implementations§
impl StatementState for StatementStartState
Auto Trait Implementations§
impl Freeze for StatementStartState
impl RefUnwindSafe for StatementStartState
impl Send for StatementStartState
impl Sync for StatementStartState
impl Unpin for StatementStartState
impl UnwindSafe for StatementStartState
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