#[non_exhaustive]#[repr(C)]pub struct UrlAffinity {}Expand description
Definition for URL scalar affinities
Implementations§
Source§impl UrlAffinity
impl UrlAffinity
Sourcepub const fn builder() -> UrlAffinityBuilder
pub const fn builder() -> UrlAffinityBuilder
Returns a builder for UrlAffinity
Trait Implementations§
Source§impl Clone for UrlAffinity
impl Clone for UrlAffinity
Source§fn clone(&self) -> UrlAffinity
fn clone(&self) -> UrlAffinity
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 UrlAffinity
impl Debug for UrlAffinity
Source§impl Hash for UrlAffinity
impl Hash for UrlAffinity
Source§impl PartialEq for UrlAffinity
impl PartialEq for UrlAffinity
impl Copy for UrlAffinity
impl Eq for UrlAffinity
impl StructuralPartialEq for UrlAffinity
Auto Trait Implementations§
impl Freeze for UrlAffinity
impl RefUnwindSafe for UrlAffinity
impl Send for UrlAffinity
impl Sync for UrlAffinity
impl Unpin for UrlAffinity
impl UnwindSafe for UrlAffinity
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