pub struct GroveDBPathQueryMethodVersions {
pub terminal_keys: FeatureVersion,
pub merge: FeatureVersion,
pub query_items_at_path: FeatureVersion,
pub should_add_parent_tree_at_path: FeatureVersion,
}Fields§
§terminal_keys: FeatureVersion§merge: FeatureVersion§query_items_at_path: FeatureVersion§should_add_parent_tree_at_path: FeatureVersionTrait Implementations§
Source§impl Clone for GroveDBPathQueryMethodVersions
impl Clone for GroveDBPathQueryMethodVersions
Source§fn clone(&self) -> GroveDBPathQueryMethodVersions
fn clone(&self) -> GroveDBPathQueryMethodVersions
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 Default for GroveDBPathQueryMethodVersions
impl Default for GroveDBPathQueryMethodVersions
Source§fn default() -> GroveDBPathQueryMethodVersions
fn default() -> GroveDBPathQueryMethodVersions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GroveDBPathQueryMethodVersions
impl RefUnwindSafe for GroveDBPathQueryMethodVersions
impl Send for GroveDBPathQueryMethodVersions
impl Sync for GroveDBPathQueryMethodVersions
impl Unpin for GroveDBPathQueryMethodVersions
impl UnsafeUnpin for GroveDBPathQueryMethodVersions
impl UnwindSafe for GroveDBPathQueryMethodVersions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T, U> TryFromVersioned<U> for Twhere
T: TryFrom<U>,
impl<T, U> TryFromVersioned<U> for Twhere
T: TryFrom<U>,
Source§fn try_from_versioned(
value: U,
_grove_version: &GroveVersion,
) -> Result<T, <T as TryFromVersioned<U>>::Error>
fn try_from_versioned( value: U, _grove_version: &GroveVersion, ) -> Result<T, <T as TryFromVersioned<U>>::Error>
Performs the conversion.
Source§impl<T, U> TryIntoVersioned<U> for Twhere
U: TryFromVersioned<T>,
impl<T, U> TryIntoVersioned<U> for Twhere
U: TryFromVersioned<T>,
Source§type Error = <U as TryFromVersioned<T>>::Error
type Error = <U as TryFromVersioned<T>>::Error
The type returned in the event of a conversion error.
Source§fn try_into_versioned(
self,
grove_version: &GroveVersion,
) -> Result<U, <U as TryFromVersioned<T>>::Error>
fn try_into_versioned( self, grove_version: &GroveVersion, ) -> Result<U, <U as TryFromVersioned<T>>::Error>
Performs the conversion.