pub struct VersionCreationBody {
pub name: String,
pub project_id: u64,
}
Fields§
§name: String
§project_id: u64
Trait Implementations§
Source§impl Debug for VersionCreationBody
impl Debug for VersionCreationBody
Auto Trait Implementations§
impl Freeze for VersionCreationBody
impl RefUnwindSafe for VersionCreationBody
impl Send for VersionCreationBody
impl Sync for VersionCreationBody
impl Unpin for VersionCreationBody
impl UnwindSafe for VersionCreationBody
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