pub struct DataSourceBinding {
pub data_source_binding_base: DataSourceBindingBase,
}
Expand description
Represents the data source binding of the endpoint.
Fields§
§data_source_binding_base: DataSourceBindingBase
Implementations§
Trait Implementations§
source§impl Clone for DataSourceBinding
impl Clone for DataSourceBinding
source§fn clone(&self) -> DataSourceBinding
fn clone(&self) -> DataSourceBinding
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 DataSourceBinding
impl Debug for DataSourceBinding
source§impl Default for DataSourceBinding
impl Default for DataSourceBinding
source§fn default() -> DataSourceBinding
fn default() -> DataSourceBinding
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DataSourceBinding
impl<'de> Deserialize<'de> for DataSourceBinding
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 PartialEq for DataSourceBinding
impl PartialEq for DataSourceBinding
source§fn eq(&self, other: &DataSourceBinding) -> bool
fn eq(&self, other: &DataSourceBinding) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for DataSourceBinding
impl Serialize for DataSourceBinding
impl StructuralPartialEq for DataSourceBinding
Auto Trait Implementations§
impl RefUnwindSafe for DataSourceBinding
impl Send for DataSourceBinding
impl Sync for DataSourceBinding
impl Unpin for DataSourceBinding
impl UnwindSafe for DataSourceBinding
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