pub struct CommonPrefixes {
pub prefix: String,
}Fields§
§prefix: StringTrait Implementations§
Source§impl Clone for CommonPrefixes
impl Clone for CommonPrefixes
Source§fn clone(&self) -> CommonPrefixes
fn clone(&self) -> CommonPrefixes
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CommonPrefixes
impl Debug for CommonPrefixes
Source§impl<'xml> FromXml<'xml> for CommonPrefixes
impl<'xml> FromXml<'xml> for CommonPrefixes
Source§type Accumulator = Option<CommonPrefixes>
type Accumulator = Option<CommonPrefixes>
The accumulator type used during deserialization
Source§fn matches(id: Id<'_>, field: Option<Id<'_>>) -> bool
fn matches(id: Id<'_>, field: Option<Id<'_>>) -> bool
Check if an element or attribute matches this type
Source§fn deserialize<'cx>(
into: &mut Self::Accumulator,
field: &'static str,
deserializer: &mut Deserializer<'cx, 'xml>,
) -> Result<(), Error>
fn deserialize<'cx>( into: &mut Self::Accumulator, field: &'static str, deserializer: &mut Deserializer<'cx, 'xml>, ) -> Result<(), Error>
Deserialize from XML into an accumulator
Auto Trait Implementations§
impl Freeze for CommonPrefixes
impl RefUnwindSafe for CommonPrefixes
impl Send for CommonPrefixes
impl Sync for CommonPrefixes
impl Unpin for CommonPrefixes
impl UnsafeUnpin for CommonPrefixes
impl UnwindSafe for CommonPrefixes
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