pub struct ListProtocolsRequest {}
Expand description
A list_protocols
request.
Please refer to the LSPS0 specification for more information.
Trait Implementations§
Source§impl Clone for ListProtocolsRequest
impl Clone for ListProtocolsRequest
Source§fn clone(&self) -> ListProtocolsRequest
fn clone(&self) -> ListProtocolsRequest
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 ListProtocolsRequest
impl Debug for ListProtocolsRequest
Source§impl Default for ListProtocolsRequest
impl Default for ListProtocolsRequest
Source§fn default() -> ListProtocolsRequest
fn default() -> ListProtocolsRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListProtocolsRequest
impl<'de> Deserialize<'de> for ListProtocolsRequest
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 ListProtocolsRequest
impl PartialEq for ListProtocolsRequest
Source§impl Serialize for ListProtocolsRequest
impl Serialize for ListProtocolsRequest
impl Eq for ListProtocolsRequest
impl StructuralPartialEq for ListProtocolsRequest
Auto Trait Implementations§
impl Freeze for ListProtocolsRequest
impl RefUnwindSafe for ListProtocolsRequest
impl Send for ListProtocolsRequest
impl Sync for ListProtocolsRequest
impl Unpin for ListProtocolsRequest
impl UnwindSafe for ListProtocolsRequest
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