pub struct GetAllSymbolsRequest;
Expand description
Only logic struct to keep symmetry. The getAllSymbols command has no request data.
Trait Implementations§
Source§impl Clone for GetAllSymbolsRequest
impl Clone for GetAllSymbolsRequest
Source§fn clone(&self) -> GetAllSymbolsRequest
fn clone(&self) -> GetAllSymbolsRequest
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 GetAllSymbolsRequest
impl Debug for GetAllSymbolsRequest
Source§impl Default for GetAllSymbolsRequest
impl Default for GetAllSymbolsRequest
Source§fn default() -> GetAllSymbolsRequest
fn default() -> GetAllSymbolsRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetAllSymbolsRequest
impl<'de> Deserialize<'de> for GetAllSymbolsRequest
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 GetAllSymbolsRequest
impl PartialEq for GetAllSymbolsRequest
Source§impl Serialize for GetAllSymbolsRequest
impl Serialize for GetAllSymbolsRequest
impl Copy for GetAllSymbolsRequest
impl StructuralPartialEq for GetAllSymbolsRequest
Auto Trait Implementations§
impl Freeze for GetAllSymbolsRequest
impl RefUnwindSafe for GetAllSymbolsRequest
impl Send for GetAllSymbolsRequest
impl Sync for GetAllSymbolsRequest
impl Unpin for GetAllSymbolsRequest
impl UnwindSafe for GetAllSymbolsRequest
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