pub struct PunchPolicySet { /* private fields */ }Expand description
This is middle representation for inner
Implementations§
Trait Implementations§
Source§impl BitAnd for PunchPolicySet
impl BitAnd for PunchPolicySet
Source§type Output = PunchModel
type Output = PunchModel
The resulting type after applying the
& operator.Source§impl BitOr<PunchPolicy> for PunchPolicySet
impl BitOr<PunchPolicy> for PunchPolicySet
Source§type Output = PunchPolicySet
type Output = PunchPolicySet
The resulting type after applying the
| operator.Source§impl Clone for PunchPolicySet
impl Clone for PunchPolicySet
Source§fn clone(&self) -> PunchPolicySet
fn clone(&self) -> PunchPolicySet
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PunchPolicySet
impl Debug for PunchPolicySet
Source§impl Default for PunchPolicySet
impl Default for PunchPolicySet
Source§impl<'de> Deserialize<'de> for PunchPolicySet
impl<'de> Deserialize<'de> for PunchPolicySet
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
Auto Trait Implementations§
impl Freeze for PunchPolicySet
impl RefUnwindSafe for PunchPolicySet
impl Send for PunchPolicySet
impl Sync for PunchPolicySet
impl Unpin for PunchPolicySet
impl UnwindSafe for PunchPolicySet
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