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