pub struct CreateEventSubscriptionResult {
pub event_subscription: Option<EventSubscription>,
}
Fields§
§event_subscription: Option<EventSubscription>
Trait Implementations§
Source§impl Clone for CreateEventSubscriptionResult
impl Clone for CreateEventSubscriptionResult
Source§fn clone(&self) -> CreateEventSubscriptionResult
fn clone(&self) -> CreateEventSubscriptionResult
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 Default for CreateEventSubscriptionResult
impl Default for CreateEventSubscriptionResult
Source§fn default() -> CreateEventSubscriptionResult
fn default() -> CreateEventSubscriptionResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreateEventSubscriptionResult
impl PartialEq for CreateEventSubscriptionResult
Source§fn eq(&self, other: &CreateEventSubscriptionResult) -> bool
fn eq(&self, other: &CreateEventSubscriptionResult) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CreateEventSubscriptionResult
Auto Trait Implementations§
impl Freeze for CreateEventSubscriptionResult
impl RefUnwindSafe for CreateEventSubscriptionResult
impl Send for CreateEventSubscriptionResult
impl Sync for CreateEventSubscriptionResult
impl Unpin for CreateEventSubscriptionResult
impl UnwindSafe for CreateEventSubscriptionResult
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