pub struct Closure(/* private fields */);Implementations§
Trait Implementations§
Source§impl From<Vec<QualifiedName>> for Closure
impl From<Vec<QualifiedName>> for Closure
Source§fn from(value: Vec<QualifiedName>) -> Self
fn from(value: Vec<QualifiedName>) -> Self
Creates a Closure from a vector of QualifiedNames.
impl StructuralPartialEq for Closure
Auto Trait Implementations§
impl Freeze for Closure
impl RefUnwindSafe for Closure
impl Send for Closure
impl Sync for Closure
impl Unpin for Closure
impl UnwindSafe for Closure
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