Struct bump_api::request::PutPreviewsByPreviewIdRequest
source · [−]pub struct PutPreviewsByPreviewIdRequest<'a> {
pub preview_id: String,
pub definition: String,
pub references: Option<Vec<Reference>>,
/* private fields */
}Expand description
Create this with the associated client method.
That method takes required values as arguments. Set optional values using builder methods on this struct.
Fields
preview_id: Stringdefinition: Stringreferences: Option<Vec<Reference>>Implementations
sourceimpl<'a> PutPreviewsByPreviewIdRequest<'a>
impl<'a> PutPreviewsByPreviewIdRequest<'a>
Auto Trait Implementations
impl<'a> !RefUnwindSafe for PutPreviewsByPreviewIdRequest<'a>
impl<'a> Send for PutPreviewsByPreviewIdRequest<'a>
impl<'a> Sync for PutPreviewsByPreviewIdRequest<'a>
impl<'a> Unpin for PutPreviewsByPreviewIdRequest<'a>
impl<'a> !UnwindSafe for PutPreviewsByPreviewIdRequest<'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