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