#[repr(C)]pub struct aws_xml_attribute {
pub name: aws_byte_cursor,
pub value: aws_byte_cursor,
}
Fields
name: aws_byte_cursor
value: aws_byte_cursor
Trait Implementations
sourceimpl Clone for aws_xml_attribute
impl Clone for aws_xml_attribute
sourcefn clone(&self) -> aws_xml_attribute
fn clone(&self) -> aws_xml_attribute
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 aws_xml_attribute
impl Debug for aws_xml_attribute
sourceimpl Default for aws_xml_attribute
impl Default for aws_xml_attribute
sourceimpl PartialEq<aws_xml_attribute> for aws_xml_attribute
impl PartialEq<aws_xml_attribute> for aws_xml_attribute
sourcefn eq(&self, other: &aws_xml_attribute) -> bool
fn eq(&self, other: &aws_xml_attribute) -> bool
impl Copy for aws_xml_attribute
impl Eq for aws_xml_attribute
impl StructuralEq for aws_xml_attribute
impl StructuralPartialEq for aws_xml_attribute
Auto Trait Implementations
impl RefUnwindSafe for aws_xml_attribute
impl !Send for aws_xml_attribute
impl !Sync for aws_xml_attribute
impl Unpin for aws_xml_attribute
impl UnwindSafe for aws_xml_attribute
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