pub enum UiEditable {
Yes,
No,
Hidden,
}Expand description
Specifies whether the custom field value can be edited in the UI * yes - Yes * no - No * hidden - Hidden
Variants§
Trait Implementations§
Source§impl Clone for UiEditable
impl Clone for UiEditable
Source§fn clone(&self) -> UiEditable
fn clone(&self) -> UiEditable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UiEditable
impl Debug for UiEditable
Source§impl Default for UiEditable
impl Default for UiEditable
Source§fn default() -> UiEditable
fn default() -> UiEditable
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UiEditable
impl<'de> Deserialize<'de> for UiEditable
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
Source§impl Hash for UiEditable
impl Hash for UiEditable
Source§impl Ord for UiEditable
impl Ord for UiEditable
Source§fn cmp(&self, other: &UiEditable) -> Ordering
fn cmp(&self, other: &UiEditable) -> Ordering
1.21.0 · 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 PartialEq for UiEditable
impl PartialEq for UiEditable
Source§impl PartialOrd for UiEditable
impl PartialOrd for UiEditable
Source§impl Serialize for UiEditable
impl Serialize for UiEditable
impl Copy for UiEditable
impl Eq for UiEditable
impl StructuralPartialEq for UiEditable
Auto Trait Implementations§
impl Freeze for UiEditable
impl RefUnwindSafe for UiEditable
impl Send for UiEditable
impl Sync for UiEditable
impl Unpin for UiEditable
impl UnwindSafe for UiEditable
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