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 str
§hub: &'a str
§documentation_name: &'a str
§auto_create_documentation: bool
§url: &'a str
§definition: &'a str
§references: Vec<Reference>
Auto Trait Implementations§
impl<'a> Freeze for PostValidationsRequired<'a>
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§
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