pub struct EndpointId {
pub name: &'static str,
}Expand description
EndpointId
Fields§
§name: &'static strImplementations§
Trait Implementations§
Source§impl Clone for EndpointId
impl Clone for EndpointId
Source§fn clone(&self) -> EndpointId
fn clone(&self) -> EndpointId
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 EndpointId
impl Debug for EndpointId
Source§impl Hash for EndpointId
impl Hash for EndpointId
Source§impl PartialEq for EndpointId
impl PartialEq for EndpointId
impl Copy for EndpointId
impl Eq for EndpointId
impl StructuralPartialEq for EndpointId
Auto Trait Implementations§
impl Freeze for EndpointId
impl RefUnwindSafe for EndpointId
impl Send for EndpointId
impl Sync for EndpointId
impl Unpin for EndpointId
impl UnwindSafe for EndpointId
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