Struct uniffi_bindgen::EmptyBindingsConfig
source · pub struct EmptyBindingsConfig;
Expand description
Binding generator config with no members
Trait Implementations§
source§impl BindingsConfig for EmptyBindingsConfig
impl BindingsConfig for EmptyBindingsConfig
source§fn update_from_ci(&mut self, _ci: &ComponentInterface)
fn update_from_ci(&mut self, _ci: &ComponentInterface)
Update missing values using the
ComponentInterface
source§fn update_from_cdylib_name(&mut self, _cdylib_name: &str)
fn update_from_cdylib_name(&mut self, _cdylib_name: &str)
Update missing values using the dylib file for the main crate, when in library mode. Read more
source§impl Clone for EmptyBindingsConfig
impl Clone for EmptyBindingsConfig
source§fn clone(&self) -> EmptyBindingsConfig
fn clone(&self) -> EmptyBindingsConfig
Returns a copy 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 EmptyBindingsConfig
impl Debug for EmptyBindingsConfig
source§impl<'de> Deserialize<'de> for EmptyBindingsConfig
impl<'de> Deserialize<'de> for EmptyBindingsConfig
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 Hash for EmptyBindingsConfig
impl Hash for EmptyBindingsConfig
source§impl Ord for EmptyBindingsConfig
impl Ord for EmptyBindingsConfig
source§fn cmp(&self, other: &EmptyBindingsConfig) -> Ordering
fn cmp(&self, other: &EmptyBindingsConfig) -> Ordering
1.21.0 · source§fn 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
source§impl PartialEq<EmptyBindingsConfig> for EmptyBindingsConfig
impl PartialEq<EmptyBindingsConfig> for EmptyBindingsConfig
source§fn eq(&self, other: &EmptyBindingsConfig) -> bool
fn eq(&self, other: &EmptyBindingsConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<EmptyBindingsConfig> for EmptyBindingsConfig
impl PartialOrd<EmptyBindingsConfig> for EmptyBindingsConfig
source§fn partial_cmp(&self, other: &EmptyBindingsConfig) -> Option<Ordering>
fn partial_cmp(&self, other: &EmptyBindingsConfig) -> Option<Ordering>
1.0.0 · source§fn 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 EmptyBindingsConfig
impl StructuralEq for EmptyBindingsConfig
impl StructuralPartialEq for EmptyBindingsConfig
Auto Trait Implementations§
impl RefUnwindSafe for EmptyBindingsConfig
impl Send for EmptyBindingsConfig
impl Sync for EmptyBindingsConfig
impl Unpin for EmptyBindingsConfig
impl UnwindSafe for EmptyBindingsConfig
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