pub struct ProtocolCatalogEntry {
pub descriptor: ProtocolDescriptor,
pub features: Vec<&'static str>,
}Expand description
Registry-facing catalog entry.
Fields§
§descriptor: ProtocolDescriptor§features: Vec<&'static str>Trait Implementations§
Source§impl Clone for ProtocolCatalogEntry
impl Clone for ProtocolCatalogEntry
Source§fn clone(&self) -> ProtocolCatalogEntry
fn clone(&self) -> ProtocolCatalogEntry
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 ProtocolCatalogEntry
impl Debug for ProtocolCatalogEntry
Auto Trait Implementations§
impl Freeze for ProtocolCatalogEntry
impl RefUnwindSafe for ProtocolCatalogEntry
impl Send for ProtocolCatalogEntry
impl Sync for ProtocolCatalogEntry
impl Unpin for ProtocolCatalogEntry
impl UnsafeUnpin for ProtocolCatalogEntry
impl UnwindSafe for ProtocolCatalogEntry
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