pub struct RefineInput {
pub message: String,
pub attachments: Option<Vec<RefineAttachment>>,
pub code_edit_only: Option<bool>,
}Fields§
§message: String§attachments: Option<Vec<RefineAttachment>>§code_edit_only: Option<bool>Trait Implementations§
Source§impl Clone for RefineInput
impl Clone for RefineInput
Source§fn clone(&self) -> RefineInput
fn clone(&self) -> RefineInput
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 RefineInput
impl Debug for RefineInput
Source§impl Default for RefineInput
impl Default for RefineInput
Source§fn default() -> RefineInput
fn default() -> RefineInput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RefineInput
impl RefUnwindSafe for RefineInput
impl Send for RefineInput
impl Sync for RefineInput
impl Unpin for RefineInput
impl UnsafeUnpin for RefineInput
impl UnwindSafe for RefineInput
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