pub struct ConservativePolicy;Expand description
PetSuites/NVA-inspired default from public policy pages.
This is intentionally conservative: it can route to day boarding / review, but it should not be the final source of truth for a live location’s local policy.
Trait Implementations§
Source§impl Clone for ConservativePolicy
impl Clone for ConservativePolicy
Source§fn clone(&self) -> ConservativePolicy
fn clone(&self) -> ConservativePolicy
Returns a duplicate 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 ConservativePolicy
impl Debug for ConservativePolicy
Source§impl Default for ConservativePolicy
impl Default for ConservativePolicy
Source§fn default() -> ConservativePolicy
fn default() -> ConservativePolicy
Returns the “default value” for a type. Read more
Source§impl Policy for ConservativePolicy
impl Policy for ConservativePolicy
Auto Trait Implementations§
impl Freeze for ConservativePolicy
impl RefUnwindSafe for ConservativePolicy
impl Send for ConservativePolicy
impl Sync for ConservativePolicy
impl Unpin for ConservativePolicy
impl UnsafeUnpin for ConservativePolicy
impl UnwindSafe for ConservativePolicy
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