pub struct SendStreamingMessageRequestMethod;
Trait Implementations§
Source§impl Clone for SendStreamingMessageRequestMethod
impl Clone for SendStreamingMessageRequestMethod
Source§fn clone(&self) -> SendStreamingMessageRequestMethod
fn clone(&self) -> SendStreamingMessageRequestMethod
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 SendStreamingMessageRequestMethod
impl Default for SendStreamingMessageRequestMethod
Source§fn default() -> SendStreamingMessageRequestMethod
fn default() -> SendStreamingMessageRequestMethod
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SendStreamingMessageRequestMethod
impl<'de> Deserialize<'de> for SendStreamingMessageRequestMethod
Source§fn deserialize<D>(
deserializer: D,
) -> Result<SendStreamingMessageRequestMethod, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<SendStreamingMessageRequestMethod, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SendStreamingMessageRequestMethod
impl PartialEq for SendStreamingMessageRequestMethod
Source§fn eq(&self, other: &SendStreamingMessageRequestMethod) -> bool
fn eq(&self, other: &SendStreamingMessageRequestMethod) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for SendStreamingMessageRequestMethod
impl Eq for SendStreamingMessageRequestMethod
impl StructuralPartialEq for SendStreamingMessageRequestMethod
Auto Trait Implementations§
impl Freeze for SendStreamingMessageRequestMethod
impl RefUnwindSafe for SendStreamingMessageRequestMethod
impl Send for SendStreamingMessageRequestMethod
impl Sync for SendStreamingMessageRequestMethod
impl Unpin for SendStreamingMessageRequestMethod
impl UnwindSafe for SendStreamingMessageRequestMethod
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