pub enum AperturePolicy {
Strict,
Annotate,
}Expand description
Whether sparse spatial sampling is rejected or retained as evidence.
Variants§
Strict
Refuse any active neighbour spacing above one half-wavelength.
Annotate
Construct the approximation and retain its spacing in the certificate.
Trait Implementations§
Source§impl Clone for AperturePolicy
impl Clone for AperturePolicy
Source§fn clone(&self) -> AperturePolicy
fn clone(&self) -> AperturePolicy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AperturePolicy
Source§impl Debug for AperturePolicy
impl Debug for AperturePolicy
Source§impl Default for AperturePolicy
impl Default for AperturePolicy
Source§fn default() -> AperturePolicy
fn default() -> AperturePolicy
Returns the “default value” for a type. Read more
impl Eq for AperturePolicy
Source§impl PartialEq for AperturePolicy
impl PartialEq for AperturePolicy
impl StructuralPartialEq for AperturePolicy
Auto Trait Implementations§
impl Freeze for AperturePolicy
impl RefUnwindSafe for AperturePolicy
impl Send for AperturePolicy
impl Sync for AperturePolicy
impl Unpin for AperturePolicy
impl UnsafeUnpin for AperturePolicy
impl UnwindSafe for AperturePolicy
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