pub enum UiVisible {
Always,
IfSet,
Hidden,
}Expand description
Specifies whether the custom field is displayed in the UI * always - Always * if-set - If set * hidden - Hidden
Variants§
Trait Implementations§
impl Copy for UiVisible
Source§impl<'de> Deserialize<'de> for UiVisible
impl<'de> Deserialize<'de> for UiVisible
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for UiVisible
Source§impl Ord for UiVisible
impl Ord for UiVisible
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for UiVisible
impl PartialOrd for UiVisible
impl StructuralPartialEq for UiVisible
Auto Trait Implementations§
impl Freeze for UiVisible
impl RefUnwindSafe for UiVisible
impl Send for UiVisible
impl Sync for UiVisible
impl Unpin for UiVisible
impl UnsafeUnpin for UiVisible
impl UnwindSafe for UiVisible
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