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