pub struct PrimaryEndpointSelector;Trait Implementations§
Source§impl Debug for PrimaryEndpointSelector
impl Debug for PrimaryEndpointSelector
Source§impl Default for PrimaryEndpointSelector
impl Default for PrimaryEndpointSelector
Source§fn default() -> PrimaryEndpointSelector
fn default() -> PrimaryEndpointSelector
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PrimaryEndpointSelector
impl RefUnwindSafe for PrimaryEndpointSelector
impl Send for PrimaryEndpointSelector
impl Sync for PrimaryEndpointSelector
impl Unpin for PrimaryEndpointSelector
impl UnsafeUnpin for PrimaryEndpointSelector
impl UnwindSafe for PrimaryEndpointSelector
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