pub struct InvalidateProjectCacheInput {
pub project_name: String,
}
Fields§
§project_name: String
The name of the AWS CodeBuild build project that the cache is reset for.
Trait Implementations§
Source§impl Clone for InvalidateProjectCacheInput
impl Clone for InvalidateProjectCacheInput
Source§fn clone(&self) -> InvalidateProjectCacheInput
fn clone(&self) -> InvalidateProjectCacheInput
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 InvalidateProjectCacheInput
impl Debug for InvalidateProjectCacheInput
Source§impl Default for InvalidateProjectCacheInput
impl Default for InvalidateProjectCacheInput
Source§fn default() -> InvalidateProjectCacheInput
fn default() -> InvalidateProjectCacheInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for InvalidateProjectCacheInput
Auto Trait Implementations§
impl Freeze for InvalidateProjectCacheInput
impl RefUnwindSafe for InvalidateProjectCacheInput
impl Send for InvalidateProjectCacheInput
impl Sync for InvalidateProjectCacheInput
impl Unpin for InvalidateProjectCacheInput
impl UnwindSafe for InvalidateProjectCacheInput
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