Struct bump_api::request::PostValidationsRequired
source · [−]pub struct PostValidationsRequired<'a> {
pub documentation: &'a str,
pub hub: &'a str,
pub documentation_name: &'a str,
pub auto_create_documentation: bool,
pub url: &'a str,
pub definition: &'a str,
pub references: Vec<Reference>,
}Fields
documentation: &'a strhub: &'a strdocumentation_name: &'a strauto_create_documentation: boolurl: &'a strdefinition: &'a strreferences: Vec<Reference>Auto Trait Implementations
impl<'a> RefUnwindSafe for PostValidationsRequired<'a>
impl<'a> Send for PostValidationsRequired<'a>
impl<'a> Sync for PostValidationsRequired<'a>
impl<'a> Unpin for PostValidationsRequired<'a>
impl<'a> UnwindSafe for PostValidationsRequired<'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