pub struct LoopRecord {
pub id: String,
pub status: String,
pub location: String,
pub prompt: Option<String>,
pub merge_commit: Option<String>,
}Fields§
§id: String§status: String§location: String§prompt: Option<String>§merge_commit: Option<String>Trait Implementations§
Source§impl Clone for LoopRecord
impl Clone for LoopRecord
Source§fn clone(&self) -> LoopRecord
fn clone(&self) -> LoopRecord
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 LoopRecord
impl Debug for LoopRecord
Auto Trait Implementations§
impl Freeze for LoopRecord
impl RefUnwindSafe for LoopRecord
impl Send for LoopRecord
impl Sync for LoopRecord
impl Unpin for LoopRecord
impl UnsafeUnpin for LoopRecord
impl UnwindSafe for LoopRecord
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