pub enum InputStructType {
Serialization,
Deserialization,
}Expand description
Whether the input struct is used for serialization or deserialization.
Variants§
Trait Implementations§
Source§impl PartialEq for InputStructType
impl PartialEq for InputStructType
impl Eq for InputStructType
impl StructuralPartialEq for InputStructType
Auto Trait Implementations§
impl Freeze for InputStructType
impl RefUnwindSafe for InputStructType
impl Send for InputStructType
impl Sync for InputStructType
impl Unpin for InputStructType
impl UnwindSafe for InputStructType
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