pub struct RemoveMethodDefinition {}
Expand description
Change method functions into regular functions.
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
The rule deserializer will construct the default rule and then send the properties through
this method to modify the behavior of the rule. Read more
This method should the unique name of the rule.
For implementing the serialize trait on the Rule trait, this method should return all
properties that differs from their default value. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
This method should mutate the given block to apply the rule.
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.