pub struct EmptyBindingGeneratorConfig;
Expand description
Binding generator config with no members
Trait Implementations
sourceimpl BindingGeneratorConfig for EmptyBindingGeneratorConfig
impl BindingGeneratorConfig for EmptyBindingGeneratorConfig
sourcefn get_entry_from_bindings_table(_bindings: &Value) -> Option<Value>
fn get_entry_from_bindings_table(_bindings: &Value) -> Option<Value>
Get the entry for this config from the
bindings
table.sourceimpl Clone for EmptyBindingGeneratorConfig
impl Clone for EmptyBindingGeneratorConfig
sourcefn clone(&self) -> EmptyBindingGeneratorConfig
fn clone(&self) -> EmptyBindingGeneratorConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for EmptyBindingGeneratorConfig
impl Debug for EmptyBindingGeneratorConfig
sourceimpl<'de> Deserialize<'de> for EmptyBindingGeneratorConfig
impl<'de> Deserialize<'de> for EmptyBindingGeneratorConfig
sourcefn 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
sourceimpl Hash for EmptyBindingGeneratorConfig
impl Hash for EmptyBindingGeneratorConfig
sourceimpl Ord for EmptyBindingGeneratorConfig
impl Ord for EmptyBindingGeneratorConfig
sourcefn cmp(&self, other: &EmptyBindingGeneratorConfig) -> Ordering
fn cmp(&self, other: &EmptyBindingGeneratorConfig) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<EmptyBindingGeneratorConfig> for EmptyBindingGeneratorConfig
impl PartialEq<EmptyBindingGeneratorConfig> for EmptyBindingGeneratorConfig
sourcefn eq(&self, other: &EmptyBindingGeneratorConfig) -> bool
fn eq(&self, other: &EmptyBindingGeneratorConfig) -> bool
sourceimpl PartialOrd<EmptyBindingGeneratorConfig> for EmptyBindingGeneratorConfig
impl PartialOrd<EmptyBindingGeneratorConfig> for EmptyBindingGeneratorConfig
sourcefn partial_cmp(&self, other: &EmptyBindingGeneratorConfig) -> Option<Ordering>
fn partial_cmp(&self, other: &EmptyBindingGeneratorConfig) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for EmptyBindingGeneratorConfig
impl StructuralEq for EmptyBindingGeneratorConfig
impl StructuralPartialEq for EmptyBindingGeneratorConfig
Auto Trait Implementations
impl RefUnwindSafe for EmptyBindingGeneratorConfig
impl Send for EmptyBindingGeneratorConfig
impl Sync for EmptyBindingGeneratorConfig
impl Unpin for EmptyBindingGeneratorConfig
impl UnwindSafe for EmptyBindingGeneratorConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more