pub struct EnumValueAnnotation {
pub rename: Option<String>,
pub skip: bool,
}Fields§
§rename: Option<String>§skip: boolTrait Implementations§
Source§impl Debug for EnumValueAnnotation
impl Debug for EnumValueAnnotation
Source§impl Default for EnumValueAnnotation
impl Default for EnumValueAnnotation
Source§fn default() -> EnumValueAnnotation
fn default() -> EnumValueAnnotation
Returns the “default value” for a type. Read more
Source§impl From<&String> for EnumValueAnnotation
impl From<&String> for EnumValueAnnotation
Source§impl From<String> for EnumValueAnnotation
impl From<String> for EnumValueAnnotation
Auto Trait Implementations§
impl Freeze for EnumValueAnnotation
impl RefUnwindSafe for EnumValueAnnotation
impl Send for EnumValueAnnotation
impl Sync for EnumValueAnnotation
impl Unpin for EnumValueAnnotation
impl UnwindSafe for EnumValueAnnotation
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