pub struct LocationPolicyRefs {
pub vaccine_policy_id: Id,
pub deposit_policy_id: Id,
pub playgroup_policy_id: Id,
}Expand description
References to the local policy set that controls automation, vaccine, and play-safety decisions.
Fields§
§vaccine_policy_id: IdSource-backed vaccine policy ID carried by this normalized pet-resort entity.
deposit_policy_id: IdSource-backed deposit policy ID carried by this normalized pet-resort entity.
playgroup_policy_id: IdSource-backed playgroup policy ID carried by this normalized pet-resort entity.
Trait Implementations§
Source§impl Clone for LocationPolicyRefs
impl Clone for LocationPolicyRefs
Source§fn clone(&self) -> LocationPolicyRefs
fn clone(&self) -> LocationPolicyRefs
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 LocationPolicyRefs
impl Debug for LocationPolicyRefs
Source§impl<'de> Deserialize<'de> for LocationPolicyRefs
impl<'de> Deserialize<'de> for LocationPolicyRefs
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LocationPolicyRefs
impl PartialEq for LocationPolicyRefs
Source§impl Serialize for LocationPolicyRefs
impl Serialize for LocationPolicyRefs
impl Eq for LocationPolicyRefs
impl StructuralPartialEq for LocationPolicyRefs
Auto Trait Implementations§
impl Freeze for LocationPolicyRefs
impl RefUnwindSafe for LocationPolicyRefs
impl Send for LocationPolicyRefs
impl Sync for LocationPolicyRefs
impl Unpin for LocationPolicyRefs
impl UnsafeUnpin for LocationPolicyRefs
impl UnwindSafe for LocationPolicyRefs
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