pub struct AnnotationHandlerParam {
pub name: String,
pub is_variadic: bool,
}Fields§
§name: String§is_variadic: boolTrait Implementations§
Source§impl Clone for AnnotationHandlerParam
impl Clone for AnnotationHandlerParam
Source§fn clone(&self) -> AnnotationHandlerParam
fn clone(&self) -> AnnotationHandlerParam
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 AnnotationHandlerParam
impl Debug for AnnotationHandlerParam
Source§impl<'de> Deserialize<'de> for AnnotationHandlerParam
impl<'de> Deserialize<'de> for AnnotationHandlerParam
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 AnnotationHandlerParam
impl PartialEq for AnnotationHandlerParam
Source§impl Serialize for AnnotationHandlerParam
impl Serialize for AnnotationHandlerParam
impl StructuralPartialEq for AnnotationHandlerParam
Auto Trait Implementations§
impl Freeze for AnnotationHandlerParam
impl RefUnwindSafe for AnnotationHandlerParam
impl Send for AnnotationHandlerParam
impl Sync for AnnotationHandlerParam
impl Unpin for AnnotationHandlerParam
impl UnsafeUnpin for AnnotationHandlerParam
impl UnwindSafe for AnnotationHandlerParam
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