pub enum TagOrContentField {
Tag,
Content,
}Available on (crate features
alloc or std) and non-no_serde_derive only.Expand description
Used by generated code to deserialize an adjacently tagged enum.
Not public API.
Variants§
Auto Trait Implementations§
impl Freeze for TagOrContentField
impl RefUnwindSafe for TagOrContentField
impl Send for TagOrContentField
impl Sync for TagOrContentField
impl Unpin for TagOrContentField
impl UnsafeUnpin for TagOrContentField
impl UnwindSafe for TagOrContentField
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