pub struct CheckpointSlice {
pub role: PayloadRole,
pub body: String,
pub planned_comment_url: Option<String>,
}Expand description
Selected role with a fully rendered Markdown body ready to post.
Fields§
§role: PayloadRole§body: String§planned_comment_url: Option<String>Trait Implementations§
Source§impl Clone for CheckpointSlice
impl Clone for CheckpointSlice
Source§impl Debug for CheckpointSlice
impl Debug for CheckpointSlice
Source§impl<'de> Deserialize<'de> for CheckpointSlice
impl<'de> Deserialize<'de> for CheckpointSlice
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
Auto Trait Implementations§
impl Freeze for CheckpointSlice
impl RefUnwindSafe for CheckpointSlice
impl Send for CheckpointSlice
impl Sync for CheckpointSlice
impl Unpin for CheckpointSlice
impl UnsafeUnpin for CheckpointSlice
impl UnwindSafe for CheckpointSlice
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