pub struct NotificationTransportTest {
pub messages: Vec<String>,
}
Expand description
NotificationTransportTest : Notification test serializer
Fields§
§messages: Vec<String>
Implementations§
Source§impl NotificationTransportTest
impl NotificationTransportTest
Sourcepub fn new(messages: Vec<String>) -> NotificationTransportTest
pub fn new(messages: Vec<String>) -> NotificationTransportTest
Notification test serializer
Trait Implementations§
Source§impl Clone for NotificationTransportTest
impl Clone for NotificationTransportTest
Source§fn clone(&self) -> NotificationTransportTest
fn clone(&self) -> NotificationTransportTest
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 Debug for NotificationTransportTest
impl Debug for NotificationTransportTest
Source§impl Default for NotificationTransportTest
impl Default for NotificationTransportTest
Source§fn default() -> NotificationTransportTest
fn default() -> NotificationTransportTest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NotificationTransportTest
impl<'de> Deserialize<'de> for NotificationTransportTest
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
impl StructuralPartialEq for NotificationTransportTest
Auto Trait Implementations§
impl Freeze for NotificationTransportTest
impl RefUnwindSafe for NotificationTransportTest
impl Send for NotificationTransportTest
impl Sync for NotificationTransportTest
impl Unpin for NotificationTransportTest
impl UnwindSafe for NotificationTransportTest
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