pub struct SetFunction;Expand description
Default implementation for the standard SET function
Trait Implementations§
Source§impl<T> Function<T> for SetFunction
impl<T> Function<T> for SetFunction
Auto Trait Implementations§
impl Freeze for SetFunction
impl RefUnwindSafe for SetFunction
impl Send for SetFunction
impl Sync for SetFunction
impl Unpin for SetFunction
impl UnwindSafe for SetFunction
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