Struct bump_api::request::PostVersionsRequired
source · [−]pub struct PostVersionsRequired<'a> {
pub documentation: &'a str,
pub hub: &'a str,
pub documentation_name: &'a str,
pub auto_create_documentation: bool,
pub definition: &'a str,
pub references: Vec<Reference>,
pub branch_name: &'a str,
pub previous_version_id: &'a str,
pub unpublished: bool,
}Fields
documentation: &'a strhub: &'a strdocumentation_name: &'a strauto_create_documentation: booldefinition: &'a strreferences: Vec<Reference>branch_name: &'a strprevious_version_id: &'a strunpublished: boolAuto Trait Implementations
impl<'a> RefUnwindSafe for PostVersionsRequired<'a>
impl<'a> Send for PostVersionsRequired<'a>
impl<'a> Sync for PostVersionsRequired<'a>
impl<'a> Unpin for PostVersionsRequired<'a>
impl<'a> UnwindSafe for PostVersionsRequired<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more