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 str§hub: &'a str§documentation_name: &'a str§auto_create_documentation: bool§definition: &'a str§references: Vec<Reference>§branch_name: &'a str§previous_version_id: &'a str§unpublished: boolAuto Trait Implementations§
impl<'a> Freeze for PostVersionsRequired<'a>
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§
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