pub enum IsList {
True,
False,
}
Expand description
Whether the function can take a list of arguments.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for IsList
impl<'de> Deserialize<'de> for IsList
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 Ord for IsList
impl Ord for IsList
Source§impl PartialOrd for IsList
impl PartialOrd for IsList
impl Copy for IsList
impl Eq for IsList
impl StructuralPartialEq for IsList
Auto Trait Implementations§
impl Freeze for IsList
impl RefUnwindSafe for IsList
impl Send for IsList
impl Sync for IsList
impl Unpin for IsList
impl UnwindSafe for IsList
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