pub struct CalcitePlan { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for CalcitePlan
impl Clone for CalcitePlan
Source§fn clone(&self) -> CalcitePlan
fn clone(&self) -> CalcitePlan
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CalcitePlan
impl Debug for CalcitePlan
Source§impl Default for CalcitePlan
impl Default for CalcitePlan
Source§impl From<CalcitePlan> for CalcitePlan
impl From<CalcitePlan> for CalcitePlan
Source§fn from(value: CalcitePlan) -> Self
fn from(value: CalcitePlan) -> Self
Converts to this type from the input type.
Source§impl TryFrom<CalcitePlan> for CalcitePlan
impl TryFrom<CalcitePlan> for CalcitePlan
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: CalcitePlan) -> Result<Self, ConversionError>
fn try_from(value: CalcitePlan) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for CalcitePlan
impl RefUnwindSafe for CalcitePlan
impl Send for CalcitePlan
impl Sync for CalcitePlan
impl Unpin for CalcitePlan
impl UnwindSafe for CalcitePlan
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