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