pub struct LSPS0ListProtocolsResponse {
pub protocols: Vec<u16>,
}Expand description
A response to a list_protocols request.
Please refer to the bLIP-50 / LSPS0 specification for more information.
Fields§
§protocols: Vec<u16>A list of supported protocols.
Trait Implementations§
Source§impl Clone for LSPS0ListProtocolsResponse
impl Clone for LSPS0ListProtocolsResponse
Source§fn clone(&self) -> LSPS0ListProtocolsResponse
fn clone(&self) -> LSPS0ListProtocolsResponse
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 LSPS0ListProtocolsResponse
impl Debug for LSPS0ListProtocolsResponse
Source§impl<'de> Deserialize<'de> for LSPS0ListProtocolsResponse
impl<'de> Deserialize<'de> for LSPS0ListProtocolsResponse
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 LSPS0ListProtocolsResponse
impl StructuralPartialEq for LSPS0ListProtocolsResponse
Auto Trait Implementations§
impl Freeze for LSPS0ListProtocolsResponse
impl RefUnwindSafe for LSPS0ListProtocolsResponse
impl Send for LSPS0ListProtocolsResponse
impl Sync for LSPS0ListProtocolsResponse
impl Unpin for LSPS0ListProtocolsResponse
impl UnwindSafe for LSPS0ListProtocolsResponse
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