pub struct GetPipelineStateInput {
pub name: String,
}
Expand description
Represents the input of a GetPipelineState
action.
Fields§
§name: String
The name of the pipeline about which you want to get information.
Trait Implementations§
Source§impl Clone for GetPipelineStateInput
impl Clone for GetPipelineStateInput
Source§fn clone(&self) -> GetPipelineStateInput
fn clone(&self) -> GetPipelineStateInput
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 GetPipelineStateInput
impl Debug for GetPipelineStateInput
Source§impl Default for GetPipelineStateInput
impl Default for GetPipelineStateInput
Source§fn default() -> GetPipelineStateInput
fn default() -> GetPipelineStateInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetPipelineStateInput
impl PartialEq for GetPipelineStateInput
Source§impl Serialize for GetPipelineStateInput
impl Serialize for GetPipelineStateInput
impl StructuralPartialEq for GetPipelineStateInput
Auto Trait Implementations§
impl Freeze for GetPipelineStateInput
impl RefUnwindSafe for GetPipelineStateInput
impl Send for GetPipelineStateInput
impl Sync for GetPipelineStateInput
impl Unpin for GetPipelineStateInput
impl UnwindSafe for GetPipelineStateInput
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