pub struct GetDialogSchemaResult {
pub schema: DialogSchema,
}Fields§
§schema: DialogSchemaTrait Implementations§
Source§impl Debug for GetDialogSchemaResult
impl Debug for GetDialogSchemaResult
Auto Trait Implementations§
impl Freeze for GetDialogSchemaResult
impl RefUnwindSafe for GetDialogSchemaResult
impl Send for GetDialogSchemaResult
impl Sync for GetDialogSchemaResult
impl Unpin for GetDialogSchemaResult
impl UnsafeUnpin for GetDialogSchemaResult
impl UnwindSafe for GetDialogSchemaResult
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