pub struct FacetSet {
pub facets: Vec<Facet>,
}Expand description
Set of facets layered on a SimpleType.
Empty for the bare built-ins.
Fields§
§facets: Vec<Facet>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FacetSet
impl RefUnwindSafe for FacetSet
impl Send for FacetSet
impl Sync for FacetSet
impl Unpin for FacetSet
impl UnsafeUnpin for FacetSet
impl UnwindSafe for FacetSet
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