pub enum FunctionArgumentsBlockKind {
Input,
Repeating,
Output,
Unsupported(Vec<Attr>),
}Variants§
Trait Implementations§
Source§impl Clone for FunctionArgumentsBlockKind
impl Clone for FunctionArgumentsBlockKind
Source§fn clone(&self) -> FunctionArgumentsBlockKind
fn clone(&self) -> FunctionArgumentsBlockKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FunctionArgumentsBlockKind
impl Debug for FunctionArgumentsBlockKind
Source§impl<'de> Deserialize<'de> for FunctionArgumentsBlockKind
impl<'de> Deserialize<'de> for FunctionArgumentsBlockKind
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 FunctionArgumentsBlockKind
impl PartialEq for FunctionArgumentsBlockKind
Source§fn eq(&self, other: &FunctionArgumentsBlockKind) -> bool
fn eq(&self, other: &FunctionArgumentsBlockKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FunctionArgumentsBlockKind
Auto Trait Implementations§
impl Freeze for FunctionArgumentsBlockKind
impl RefUnwindSafe for FunctionArgumentsBlockKind
impl Send for FunctionArgumentsBlockKind
impl Sync for FunctionArgumentsBlockKind
impl Unpin for FunctionArgumentsBlockKind
impl UnsafeUnpin for FunctionArgumentsBlockKind
impl UnwindSafe for FunctionArgumentsBlockKind
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