pub struct GetBucketAnalyticsConfigurationOutputDeserializer;Implementations§
Source§impl GetBucketAnalyticsConfigurationOutputDeserializer
impl GetBucketAnalyticsConfigurationOutputDeserializer
pub fn deserialize<T: Peek + Next>( tag_name: &str, stack: &mut T, ) -> Result<GetBucketAnalyticsConfigurationOutput, XmlParseError>
Auto Trait Implementations§
impl Freeze for GetBucketAnalyticsConfigurationOutputDeserializer
impl RefUnwindSafe for GetBucketAnalyticsConfigurationOutputDeserializer
impl Send for GetBucketAnalyticsConfigurationOutputDeserializer
impl Sync for GetBucketAnalyticsConfigurationOutputDeserializer
impl Unpin for GetBucketAnalyticsConfigurationOutputDeserializer
impl UnwindSafe for GetBucketAnalyticsConfigurationOutputDeserializer
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