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