Struct eyros::BatchOptions
source · [−]pub struct BatchOptions {
pub fields: BatchFields,
}Fields
fields: BatchFieldsImplementations
sourceimpl BatchOptions
impl BatchOptions
pub fn new() -> Self
pub fn rebuild_depth(self, depth: usize) -> Self
pub fn error_if_missing(self, x: bool) -> Self
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BatchOptions
impl Send for BatchOptions
impl Sync for BatchOptions
impl Unpin for BatchOptions
impl UnwindSafe for BatchOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more