pub struct LogicalPlanner;
Expand description
論理プランナー
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogicalPlanner
impl RefUnwindSafe for LogicalPlanner
impl Send for LogicalPlanner
impl Sync for LogicalPlanner
impl Unpin for LogicalPlanner
impl UnwindSafe for LogicalPlanner
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