pub struct Closure {
pub disposition: ClosureDisposition,
pub reason_code: NonEmptyString,
pub summary: NonEmptyString,
pub closed_at: IsoDateTime,
}Fields§
§disposition: ClosureDisposition§reason_code: NonEmptyString§summary: NonEmptyString§closed_at: IsoDateTimeTrait Implementations§
Source§impl<'de> Deserialize<'de> for Closure
impl<'de> Deserialize<'de> for Closure
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 Closure
Source§impl RunxSchema for Closure
impl RunxSchema for Closure
Source§fn json_schema() -> Value
fn json_schema() -> Value
The inlined JSON Schema for this type.
impl StructuralPartialEq for Closure
Auto Trait Implementations§
impl Freeze for Closure
impl RefUnwindSafe for Closure
impl Send for Closure
impl Sync for Closure
impl Unpin for Closure
impl UnsafeUnpin for Closure
impl UnwindSafe for Closure
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