pub struct CommentPlan {
pub case_id: String,
pub message: String,
pub preview_action: String,
pub preview_details: Vec<String>,
}Fields§
§case_id: String§message: String§preview_action: String§preview_details: Vec<String>Trait Implementations§
Source§impl Clone for CommentPlan
impl Clone for CommentPlan
Source§fn clone(&self) -> CommentPlan
fn clone(&self) -> CommentPlan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CommentPlan
impl Debug for CommentPlan
Source§impl PartialEq for CommentPlan
impl PartialEq for CommentPlan
impl StructuralPartialEq for CommentPlan
Auto Trait Implementations§
impl Freeze for CommentPlan
impl RefUnwindSafe for CommentPlan
impl Send for CommentPlan
impl Sync for CommentPlan
impl Unpin for CommentPlan
impl UnsafeUnpin for CommentPlan
impl UnwindSafe for CommentPlan
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