pub struct ModifierParameter {
pub name: String,
pub param_type: Type,
}Fields§
§name: String§param_type: TypeTrait Implementations§
Source§impl Clone for ModifierParameter
impl Clone for ModifierParameter
Source§fn clone(&self) -> ModifierParameter
fn clone(&self) -> ModifierParameter
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 ModifierParameter
impl Debug for ModifierParameter
Source§impl<'de> Deserialize<'de> for ModifierParameter
impl<'de> Deserialize<'de> for ModifierParameter
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
Auto Trait Implementations§
impl Freeze for ModifierParameter
impl RefUnwindSafe for ModifierParameter
impl Send for ModifierParameter
impl Sync for ModifierParameter
impl Unpin for ModifierParameter
impl UnsafeUnpin for ModifierParameter
impl UnwindSafe for ModifierParameter
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