pub struct DescribeScriptOutput {
pub script: Option<Script>,
}Fields§
§script: Option<Script>A set of properties describing the requested script.
Trait Implementations§
Source§impl Clone for DescribeScriptOutput
impl Clone for DescribeScriptOutput
Source§fn clone(&self) -> DescribeScriptOutput
fn clone(&self) -> DescribeScriptOutput
Returns a duplicate 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 DescribeScriptOutput
impl Debug for DescribeScriptOutput
Source§impl Default for DescribeScriptOutput
impl Default for DescribeScriptOutput
Source§fn default() -> DescribeScriptOutput
fn default() -> DescribeScriptOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeScriptOutput
impl<'de> Deserialize<'de> for DescribeScriptOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DescribeScriptOutput
impl PartialEq for DescribeScriptOutput
impl StructuralPartialEq for DescribeScriptOutput
Auto Trait Implementations§
impl Freeze for DescribeScriptOutput
impl RefUnwindSafe for DescribeScriptOutput
impl Send for DescribeScriptOutput
impl Sync for DescribeScriptOutput
impl Unpin for DescribeScriptOutput
impl UnwindSafe for DescribeScriptOutput
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