pub struct BatchGetProjectsInput {
pub names: Vec<String>,
}
Fields§
§names: Vec<String>
The names or ARNs of the build projects. To get information about a project shared with your AWS account, its ARN must be specified. You cannot specify a shared project using its name.
Trait Implementations§
Source§impl Clone for BatchGetProjectsInput
impl Clone for BatchGetProjectsInput
Source§fn clone(&self) -> BatchGetProjectsInput
fn clone(&self) -> BatchGetProjectsInput
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 BatchGetProjectsInput
impl Debug for BatchGetProjectsInput
Source§impl Default for BatchGetProjectsInput
impl Default for BatchGetProjectsInput
Source§fn default() -> BatchGetProjectsInput
fn default() -> BatchGetProjectsInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for BatchGetProjectsInput
impl PartialEq for BatchGetProjectsInput
Source§impl Serialize for BatchGetProjectsInput
impl Serialize for BatchGetProjectsInput
impl StructuralPartialEq for BatchGetProjectsInput
Auto Trait Implementations§
impl Freeze for BatchGetProjectsInput
impl RefUnwindSafe for BatchGetProjectsInput
impl Send for BatchGetProjectsInput
impl Sync for BatchGetProjectsInput
impl Unpin for BatchGetProjectsInput
impl UnwindSafe for BatchGetProjectsInput
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