pub struct TopicArnSerializer;
Implementations§
Auto Trait Implementations§
impl Freeze for TopicArnSerializer
impl RefUnwindSafe for TopicArnSerializer
impl Send for TopicArnSerializer
impl Sync for TopicArnSerializer
impl Unpin for TopicArnSerializer
impl UnwindSafe for TopicArnSerializer
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