pub enum FunctionFormat {
StructFunction,
}
Variants§
StructFunction
Trait Implementations§
Source§impl Clone for FunctionFormat
impl Clone for FunctionFormat
Source§fn clone(&self) -> FunctionFormat
fn clone(&self) -> FunctionFormat
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 FunctionFormat
impl Debug for FunctionFormat
Source§impl Default for FunctionFormat
impl Default for FunctionFormat
Source§fn default() -> FunctionFormat
fn default() -> FunctionFormat
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FunctionFormat
impl<'de> Deserialize<'de> for FunctionFormat
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 From<String> for FunctionFormat
impl From<String> for FunctionFormat
impl Copy for FunctionFormat
Auto Trait Implementations§
impl Freeze for FunctionFormat
impl RefUnwindSafe for FunctionFormat
impl Send for FunctionFormat
impl Sync for FunctionFormat
impl Unpin for FunctionFormat
impl UnwindSafe for FunctionFormat
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