pub enum FunctionAnnotation {
Query,
CompositeQuery,
Oneway,
}Expand description
函数的注解 update 无注解
Variants§
Trait Implementations§
Source§impl CandidType for FunctionAnnotation
impl CandidType for FunctionAnnotation
Source§impl Clone for FunctionAnnotation
impl Clone for FunctionAnnotation
Source§fn clone(&self) -> FunctionAnnotation
fn clone(&self) -> FunctionAnnotation
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 FunctionAnnotation
impl Debug for FunctionAnnotation
Source§impl<'de> Deserialize<'de> for FunctionAnnotation
impl<'de> Deserialize<'de> for FunctionAnnotation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for FunctionAnnotation
impl PartialEq for FunctionAnnotation
Source§impl Serialize for FunctionAnnotation
impl Serialize for FunctionAnnotation
impl Copy for FunctionAnnotation
impl Eq for FunctionAnnotation
impl StructuralPartialEq for FunctionAnnotation
Auto Trait Implementations§
impl Freeze for FunctionAnnotation
impl RefUnwindSafe for FunctionAnnotation
impl Send for FunctionAnnotation
impl Sync for FunctionAnnotation
impl Unpin for FunctionAnnotation
impl UnsafeUnpin for FunctionAnnotation
impl UnwindSafe for FunctionAnnotation
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