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