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