pub struct Faceted<V, L>where
L: LocationSet,{ /* private fields */ }Expand description
Represents possibly different values located at multiple locations
Trait Implementations§
Auto Trait Implementations§
impl<V, L> Freeze for Faceted<V, L>
impl<V, L> RefUnwindSafe for Faceted<V, L>where
L: RefUnwindSafe,
V: RefUnwindSafe,
impl<V, L> Send for Faceted<V, L>
impl<V, L> Sync for Faceted<V, L>
impl<V, L> Unpin for Faceted<V, L>
impl<V, L> UnwindSafe for Faceted<V, L>where
V: UnwindSafe,
L: UnwindSafe,
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