pub enum TagContentOtherField {
Tag,
Content,
Other,
}Expand description
Used by generated code to deserialize an adjacently tagged enum when ignoring unrelated fields is allowed.
Not public API.
Variants§
Auto Trait Implementations§
impl Freeze for TagContentOtherField
impl RefUnwindSafe for TagContentOtherField
impl Send for TagContentOtherField
impl Sync for TagContentOtherField
impl Unpin for TagContentOtherField
impl UnsafeUnpin for TagContentOtherField
impl UnwindSafe for TagContentOtherField
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