Struct spacetimedb_vm::expr::FunctionOpt
source · pub struct FunctionOpt { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for FunctionOpt
impl Clone for FunctionOpt
source§fn clone(&self) -> FunctionOpt
fn clone(&self) -> FunctionOpt
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 moresource§impl Debug for FunctionOpt
impl Debug for FunctionOpt
source§impl PartialEq for FunctionOpt
impl PartialEq for FunctionOpt
source§fn eq(&self, other: &FunctionOpt) -> bool
fn eq(&self, other: &FunctionOpt) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for FunctionOpt
impl StructuralPartialEq for FunctionOpt
Auto Trait Implementations§
impl RefUnwindSafe for FunctionOpt
impl Send for FunctionOpt
impl Sync for FunctionOpt
impl Unpin for FunctionOpt
impl UnwindSafe for FunctionOpt
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