#[non_exhaustive]pub struct OwnedReadOptions {}Expand description
Options shared by owned read session factories.
Resource limits and deadlines belong to higher query/DataFrame layers. Keeping this type explicit makes that later wiring additive without changing the ownership boundary.
Trait Implementations§
Source§impl Clone for OwnedReadOptions
impl Clone for OwnedReadOptions
Source§fn clone(&self) -> OwnedReadOptions
fn clone(&self) -> OwnedReadOptions
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 moreimpl Copy for OwnedReadOptions
Source§impl Debug for OwnedReadOptions
impl Debug for OwnedReadOptions
Source§impl Default for OwnedReadOptions
impl Default for OwnedReadOptions
Source§fn default() -> OwnedReadOptions
fn default() -> OwnedReadOptions
Returns the “default value” for a type. Read more
impl Eq for OwnedReadOptions
Source§impl PartialEq for OwnedReadOptions
impl PartialEq for OwnedReadOptions
impl StructuralPartialEq for OwnedReadOptions
Auto Trait Implementations§
impl Freeze for OwnedReadOptions
impl RefUnwindSafe for OwnedReadOptions
impl Send for OwnedReadOptions
impl Sync for OwnedReadOptions
impl Unpin for OwnedReadOptions
impl UnsafeUnpin for OwnedReadOptions
impl UnwindSafe for OwnedReadOptions
Blanket Implementations§
impl<T> Allocation for T
impl<T> Allocation for T
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.