pub struct DictionarySourcePlan {
pub dictionary: Dictionary,
pub alias: TableAliasPlan,
}Fields§
§dictionary: Dictionary§alias: TableAliasPlanTrait Implementations§
Source§impl Clone for DictionarySourcePlan
impl Clone for DictionarySourcePlan
Source§fn clone(&self) -> DictionarySourcePlan
fn clone(&self) -> DictionarySourcePlan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DictionarySourcePlan
impl Debug for DictionarySourcePlan
Source§impl<'de> Deserialize<'de> for DictionarySourcePlan
impl<'de> Deserialize<'de> for DictionarySourcePlan
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for DictionarySourcePlan
Source§impl Hash for DictionarySourcePlan
impl Hash for DictionarySourcePlan
Source§impl PartialEq for DictionarySourcePlan
impl PartialEq for DictionarySourcePlan
Source§impl Serialize for DictionarySourcePlan
impl Serialize for DictionarySourcePlan
impl StructuralPartialEq for DictionarySourcePlan
Auto Trait Implementations§
impl Freeze for DictionarySourcePlan
impl RefUnwindSafe for DictionarySourcePlan
impl Send for DictionarySourcePlan
impl Sync for DictionarySourcePlan
impl Unpin for DictionarySourcePlan
impl UnsafeUnpin for DictionarySourcePlan
impl UnwindSafe for DictionarySourcePlan
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more