pub struct GetUserEventStatusOutput {
pub access_status: Option<String>,
pub event_created_at: Option<String>,
pub status: Option<String>,
}Fields§
§access_status: Option<String>§event_created_at: Option<String>§status: Option<String>Implementations§
Source§impl GetUserEventStatusOutput
impl GetUserEventStatusOutput
pub fn new() -> GetUserEventStatusOutput
Trait Implementations§
Source§impl Clone for GetUserEventStatusOutput
impl Clone for GetUserEventStatusOutput
Source§fn clone(&self) -> GetUserEventStatusOutput
fn clone(&self) -> GetUserEventStatusOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetUserEventStatusOutput
impl Debug for GetUserEventStatusOutput
Source§impl Default for GetUserEventStatusOutput
impl Default for GetUserEventStatusOutput
Source§fn default() -> GetUserEventStatusOutput
fn default() -> GetUserEventStatusOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetUserEventStatusOutput
impl<'de> Deserialize<'de> for GetUserEventStatusOutput
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 GetUserEventStatusOutput
impl PartialEq for GetUserEventStatusOutput
Source§fn eq(&self, other: &GetUserEventStatusOutput) -> bool
fn eq(&self, other: &GetUserEventStatusOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetUserEventStatusOutput
impl Serialize for GetUserEventStatusOutput
impl StructuralPartialEq for GetUserEventStatusOutput
Auto Trait Implementations§
impl Freeze for GetUserEventStatusOutput
impl RefUnwindSafe for GetUserEventStatusOutput
impl Send for GetUserEventStatusOutput
impl Sync for GetUserEventStatusOutput
impl Unpin for GetUserEventStatusOutput
impl UnsafeUnpin for GetUserEventStatusOutput
impl UnwindSafe for GetUserEventStatusOutput
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