pub struct PriorityOptionName(/* private fields */);Expand description
The name of an option of the board’s Priority single-select field.
Validated on the way in, for the reason ColumnName is: nothing on a board can have a
blank name.
Trait Implementations§
Source§impl Clone for PriorityOptionName
impl Clone for PriorityOptionName
Source§impl Debug for PriorityOptionName
impl Debug for PriorityOptionName
Source§impl<'de> Deserialize<'de> for PriorityOptionName
impl<'de> Deserialize<'de> for PriorityOptionName
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 PriorityOptionName
Source§impl JsonSchema for PriorityOptionName
impl JsonSchema for PriorityOptionName
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Returns a string that uniquely identifies the schema produced by this type. Read more
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§fn inline_schema() -> bool
fn inline_schema() -> bool
Whether JSON Schemas generated for this type should be included directly in parent schemas,
rather than being re-used where possible using the
$ref keyword. Read moreSource§impl PartialEq for PriorityOptionName
impl PartialEq for PriorityOptionName
Source§impl Serialize for PriorityOptionName
impl Serialize for PriorityOptionName
impl StructuralPartialEq for PriorityOptionName
Auto Trait Implementations§
impl Freeze for PriorityOptionName
impl RefUnwindSafe for PriorityOptionName
impl Send for PriorityOptionName
impl Sync for PriorityOptionName
impl Unpin for PriorityOptionName
impl UnsafeUnpin for PriorityOptionName
impl UnwindSafe for PriorityOptionName
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