pub struct EnsureParentQuery {
pub ensure_parent: Option<bool>,
}Expand description
Query for whether to create missing parents when working with tables or rows.
Fields§
§ensure_parent: Option<bool>Set to true to create missing parents.
Implementations§
Trait Implementations§
Source§impl Clone for EnsureParentQuery
impl Clone for EnsureParentQuery
Source§fn clone(&self) -> EnsureParentQuery
fn clone(&self) -> EnsureParentQuery
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 EnsureParentQuery
impl Debug for EnsureParentQuery
Source§impl Default for EnsureParentQuery
impl Default for EnsureParentQuery
Source§fn default() -> EnsureParentQuery
fn default() -> EnsureParentQuery
Returns the “default value” for a type. Read more
Source§impl IntoParams for EnsureParentQuery
impl IntoParams for EnsureParentQuery
impl Copy for EnsureParentQuery
Auto Trait Implementations§
impl Freeze for EnsureParentQuery
impl RefUnwindSafe for EnsureParentQuery
impl Send for EnsureParentQuery
impl Sync for EnsureParentQuery
impl Unpin for EnsureParentQuery
impl UnwindSafe for EnsureParentQuery
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