#[repr(C)]pub struct UrlAffinityBuilder {}Expand description
Builder for UrlAffinity
Implementations§
Source§impl UrlAffinityBuilder
impl UrlAffinityBuilder
Sourcepub const fn build(self) -> ScalarAffinity<'static>
pub const fn build(self) -> ScalarAffinity<'static>
Builds the ScalarAffinity
Auto Trait Implementations§
impl Freeze for UrlAffinityBuilder
impl RefUnwindSafe for UrlAffinityBuilder
impl Send for UrlAffinityBuilder
impl Sync for UrlAffinityBuilder
impl Unpin for UrlAffinityBuilder
impl UnwindSafe for UrlAffinityBuilder
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