pub struct DatePartTzSnowflakeTransformer;Implementations§
Source§impl DatePartTzSnowflakeTransformer
impl DatePartTzSnowflakeTransformer
pub fn new_dyn() -> Arc<dyn FunctionTransformer>
Trait Implementations§
Source§impl Clone for DatePartTzSnowflakeTransformer
impl Clone for DatePartTzSnowflakeTransformer
Source§fn clone(&self) -> DatePartTzSnowflakeTransformer
fn clone(&self) -> DatePartTzSnowflakeTransformer
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for DatePartTzSnowflakeTransformer
impl RefUnwindSafe for DatePartTzSnowflakeTransformer
impl Send for DatePartTzSnowflakeTransformer
impl Sync for DatePartTzSnowflakeTransformer
impl Unpin for DatePartTzSnowflakeTransformer
impl UnwindSafe for DatePartTzSnowflakeTransformer
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