pub struct BindFeature { /* private fields */ }
Expand description
The bind feature exposed in stream:features.
Trait Implementations§
Source§impl AsXml for BindFeature
impl AsXml for BindFeature
Source§impl Clone for BindFeature
impl Clone for BindFeature
Source§fn clone(&self) -> BindFeature
fn clone(&self) -> BindFeature
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 BindFeature
impl Debug for BindFeature
Source§impl From<&BindFeature> for Element
impl From<&BindFeature> for Element
Source§fn from(other: &BindFeature) -> Self
fn from(other: &BindFeature) -> Self
Converts to this type from the input type.
Source§impl From<BindFeature> for Element
impl From<BindFeature> for Element
Source§fn from(other: BindFeature) -> Self
fn from(other: BindFeature) -> Self
Converts to this type from the input type.
Source§impl FromXml for BindFeature
impl FromXml for BindFeature
Source§type Builder = BindFeatureFromXmlBuilder
type Builder = BindFeatureFromXmlBuilder
A builder type used to construct the element. Read more
Source§fn from_events(
name: QName,
attrs: AttrMap,
) -> Result<Self::Builder, FromEventsError>
fn from_events( name: QName, attrs: AttrMap, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
Source§impl PartialEq for BindFeature
impl PartialEq for BindFeature
Source§impl TryFrom<Element> for BindFeature
impl TryFrom<Element> for BindFeature
impl StructuralPartialEq for BindFeature
Auto Trait Implementations§
impl Freeze for BindFeature
impl RefUnwindSafe for BindFeature
impl Send for BindFeature
impl Sync for BindFeature
impl Unpin for BindFeature
impl UnwindSafe for BindFeature
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