Struct aws_lambda_events::event::cloudwatch_events::gamelift::AcceptMatch
source · pub struct AcceptMatch {
pub tickets: Vec<Ticket>,
pub type: String,
pub game_session_info: GameSessionInfo,
pub match_id: String,
}Fields§
§tickets: Vec<Ticket>§type: String§game_session_info: GameSessionInfo§match_id: StringTrait Implementations§
source§impl Clone for AcceptMatch
impl Clone for AcceptMatch
source§fn clone(&self) -> AcceptMatch
fn clone(&self) -> AcceptMatch
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 AcceptMatch
impl Debug for AcceptMatch
source§impl Default for AcceptMatch
impl Default for AcceptMatch
source§fn default() -> AcceptMatch
fn default() -> AcceptMatch
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AcceptMatch
impl<'de> Deserialize<'de> for AcceptMatch
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 AcceptMatch
impl PartialEq for AcceptMatch
source§fn eq(&self, other: &AcceptMatch) -> bool
fn eq(&self, other: &AcceptMatch) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for AcceptMatch
impl Serialize for AcceptMatch
impl Eq for AcceptMatch
impl StructuralPartialEq for AcceptMatch
Auto Trait Implementations§
impl RefUnwindSafe for AcceptMatch
impl Send for AcceptMatch
impl Sync for AcceptMatch
impl Unpin for AcceptMatch
impl UnwindSafe for AcceptMatch
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