pub struct UdfOptions {
pub enabled: bool,
pub revision: UdfRevision,
}Expand description
UDF specific options
Fields§
§enabled: boolEnable UDF (default: true)
revision: UdfRevisionUDF revision
Trait Implementations§
Source§impl Clone for UdfOptions
impl Clone for UdfOptions
Source§fn clone(&self) -> UdfOptions
fn clone(&self) -> UdfOptions
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 UdfOptions
impl Debug for UdfOptions
Auto Trait Implementations§
impl Freeze for UdfOptions
impl RefUnwindSafe for UdfOptions
impl Send for UdfOptions
impl Sync for UdfOptions
impl Unpin for UdfOptions
impl UnsafeUnpin for UdfOptions
impl UnwindSafe for UdfOptions
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