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