pub struct EndpointCfgV1 {
pub name: String,
pub kind: EndpointKindV1,
pub lane: String,
}Expand description
Endpoint configuration.
Fields§
§name: StringEndpoint name.
kind: EndpointKindV1Endpoint direction.
lane: StringBacking lane.
Trait Implementations§
Source§impl Clone for EndpointCfgV1
impl Clone for EndpointCfgV1
Source§fn clone(&self) -> EndpointCfgV1
fn clone(&self) -> EndpointCfgV1
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 EndpointCfgV1
impl Debug for EndpointCfgV1
Source§impl<'de> Deserialize<'de> for EndpointCfgV1
impl<'de> Deserialize<'de> for EndpointCfgV1
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 EndpointCfgV1
impl PartialEq for EndpointCfgV1
Source§impl Serialize for EndpointCfgV1
impl Serialize for EndpointCfgV1
impl Eq for EndpointCfgV1
impl StructuralPartialEq for EndpointCfgV1
Auto Trait Implementations§
impl Freeze for EndpointCfgV1
impl RefUnwindSafe for EndpointCfgV1
impl Send for EndpointCfgV1
impl Sync for EndpointCfgV1
impl Unpin for EndpointCfgV1
impl UnwindSafe for EndpointCfgV1
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