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