pub struct PairSet { /* private fields */ }Implementations§
Source§impl PairSet
impl PairSet
pub fn pair_value_count(&self) -> u16
pub fn pair_value_records(&self) -> &[PairValueRecord]
Auto Trait Implementations§
impl Freeze for PairSet
impl RefUnwindSafe for PairSet
impl Send for PairSet
impl Sync for PairSet
impl Unpin for PairSet
impl UnsafeUnpin for PairSet
impl UnwindSafe for PairSet
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