Enum ic_canister_kit::candid::types::FunctionAnnotation
source · pub enum FunctionAnnotation {
None,
Query,
Oneway,
}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 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 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§fn eq(&self, other: &FunctionAnnotation) -> bool
fn eq(&self, other: &FunctionAnnotation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for FunctionAnnotation
impl Eq for FunctionAnnotation
impl StructuralEq for FunctionAnnotation
impl StructuralPartialEq for FunctionAnnotation
Auto Trait Implementations§
impl RefUnwindSafe for FunctionAnnotation
impl Send for FunctionAnnotation
impl Sync for FunctionAnnotation
impl Unpin 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