pub struct DeleteProjectInput {
pub name: String,
}
Fields§
§name: String
The name of the build project.
Trait Implementations§
Source§impl Clone for DeleteProjectInput
impl Clone for DeleteProjectInput
Source§fn clone(&self) -> DeleteProjectInput
fn clone(&self) -> DeleteProjectInput
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeleteProjectInput
impl Debug for DeleteProjectInput
Source§impl Default for DeleteProjectInput
impl Default for DeleteProjectInput
Source§fn default() -> DeleteProjectInput
fn default() -> DeleteProjectInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteProjectInput
impl PartialEq for DeleteProjectInput
Source§impl Serialize for DeleteProjectInput
impl Serialize for DeleteProjectInput
impl StructuralPartialEq for DeleteProjectInput
Auto Trait Implementations§
impl Freeze for DeleteProjectInput
impl RefUnwindSafe for DeleteProjectInput
impl Send for DeleteProjectInput
impl Sync for DeleteProjectInput
impl Unpin for DeleteProjectInput
impl UnwindSafe for DeleteProjectInput
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