pub struct Variables {
pub repository_id: Id,
pub base_ref_name: String,
pub head_ref_name: String,
pub title: String,
pub body: String,
pub draft: bool,
}Fields§
§repository_id: Id§base_ref_name: String§head_ref_name: String§title: String§body: String§draft: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for Variables
impl RefUnwindSafe for Variables
impl Send for Variables
impl Sync for Variables
impl Unpin for Variables
impl UnsafeUnpin for Variables
impl UnwindSafe for Variables
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