pub struct UpdatePolicyBody { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePolicyBody
impl Clone for UpdatePolicyBody
Source§fn clone(&self) -> UpdatePolicyBody
fn clone(&self) -> UpdatePolicyBody
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 UpdatePolicyBody
impl Debug for UpdatePolicyBody
Source§impl Default for UpdatePolicyBody
impl Default for UpdatePolicyBody
Source§impl From<UpdatePolicyBody> for UpdatePolicyBody
impl From<UpdatePolicyBody> for UpdatePolicyBody
Source§fn from(value: UpdatePolicyBody) -> Self
fn from(value: UpdatePolicyBody) -> Self
Converts to this type from the input type.
Source§impl TryFrom<UpdatePolicyBody> for UpdatePolicyBody
impl TryFrom<UpdatePolicyBody> for UpdatePolicyBody
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: UpdatePolicyBody) -> Result<Self, ConversionError>
fn try_from(value: UpdatePolicyBody) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for UpdatePolicyBody
impl RefUnwindSafe for UpdatePolicyBody
impl Send for UpdatePolicyBody
impl Sync for UpdatePolicyBody
impl Unpin for UpdatePolicyBody
impl UnwindSafe for UpdatePolicyBody
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