Struct zenoh_protocol_core::endpoints::EndPoint
source · [−]pub struct EndPoint {
pub locator: Locator,
pub config: Option<ArcProperties>,
}
Expand description
Fields
locator: Locator
config: Option<ArcProperties>
Implementations
Trait Implementations
sourceimpl<'de> Deserialize<'de> for EndPoint
impl<'de> Deserialize<'de> for EndPoint
sourcefn 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 EndPoint
impl StructuralEq for EndPoint
impl StructuralPartialEq for EndPoint
Auto Trait Implementations
impl RefUnwindSafe for EndPoint
impl Send for EndPoint
impl Sync for EndPoint
impl Unpin for EndPoint
impl UnwindSafe for EndPoint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more