pub enum ApplyVariant {
Sapply,
Vapply,
Lapply,
Apply,
Tapply,
Mapply,
}Expand description
Which apply-family function to use.
Variants§
Trait Implementations§
Source§impl Clone for ApplyVariant
impl Clone for ApplyVariant
Source§fn clone(&self) -> ApplyVariant
fn clone(&self) -> ApplyVariant
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 ApplyVariant
impl Debug for ApplyVariant
Source§impl Display for ApplyVariant
impl Display for ApplyVariant
Source§impl PartialEq for ApplyVariant
impl PartialEq for ApplyVariant
impl Eq for ApplyVariant
impl StructuralPartialEq for ApplyVariant
Auto Trait Implementations§
impl Freeze for ApplyVariant
impl RefUnwindSafe for ApplyVariant
impl Send for ApplyVariant
impl Sync for ApplyVariant
impl Unpin for ApplyVariant
impl UnsafeUnpin for ApplyVariant
impl UnwindSafe for ApplyVariant
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