pub struct BatchExpressionToComputeRequest { /* private fields */ }
Implementations§
Source§impl BatchExpressionToComputeRequest
impl BatchExpressionToComputeRequest
pub fn expressions(&self) -> &BTreeSet<ComputeExpression>
pub fn default_ref_name(&self) -> Option<&str>
Trait Implementations§
Source§impl Clone for BatchExpressionToComputeRequest
impl Clone for BatchExpressionToComputeRequest
Source§fn clone(&self) -> BatchExpressionToComputeRequest
fn clone(&self) -> BatchExpressionToComputeRequest
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<'de> Deserialize<'de> for BatchExpressionToComputeRequest
impl<'de> Deserialize<'de> for BatchExpressionToComputeRequest
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 From<BatchExpressionToComputeRequest> for Builder<Complete>
impl From<BatchExpressionToComputeRequest> for Builder<Complete>
Source§fn from(v: BatchExpressionToComputeRequest) -> Self
fn from(v: BatchExpressionToComputeRequest) -> Self
Converts to this type from the input type.
Source§impl Ord for BatchExpressionToComputeRequest
impl Ord for BatchExpressionToComputeRequest
Source§fn cmp(&self, other: &BatchExpressionToComputeRequest) -> Ordering
fn cmp(&self, other: &BatchExpressionToComputeRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BatchExpressionToComputeRequest
impl PartialEq for BatchExpressionToComputeRequest
Source§fn eq(&self, other: &BatchExpressionToComputeRequest) -> bool
fn eq(&self, other: &BatchExpressionToComputeRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for BatchExpressionToComputeRequest
impl PartialOrd for BatchExpressionToComputeRequest
impl Eq for BatchExpressionToComputeRequest
impl StructuralPartialEq for BatchExpressionToComputeRequest
Auto Trait Implementations§
impl Freeze for BatchExpressionToComputeRequest
impl RefUnwindSafe for BatchExpressionToComputeRequest
impl Send for BatchExpressionToComputeRequest
impl Sync for BatchExpressionToComputeRequest
impl Unpin for BatchExpressionToComputeRequest
impl UnwindSafe for BatchExpressionToComputeRequest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.