pub enum DiscoveryEndpointReservation {
Added,
AlreadyReserved,
}Variants§
Trait Implementations§
Source§impl Clone for DiscoveryEndpointReservation
impl Clone for DiscoveryEndpointReservation
Source§fn clone(&self) -> DiscoveryEndpointReservation
fn clone(&self) -> DiscoveryEndpointReservation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DiscoveryEndpointReservation
Source§impl Debug for DiscoveryEndpointReservation
impl Debug for DiscoveryEndpointReservation
impl Eq for DiscoveryEndpointReservation
impl StructuralPartialEq for DiscoveryEndpointReservation
Auto Trait Implementations§
impl Freeze for DiscoveryEndpointReservation
impl RefUnwindSafe for DiscoveryEndpointReservation
impl Send for DiscoveryEndpointReservation
impl Sync for DiscoveryEndpointReservation
impl Unpin for DiscoveryEndpointReservation
impl UnsafeUnpin for DiscoveryEndpointReservation
impl UnwindSafe for DiscoveryEndpointReservation
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