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