pub struct PoliciesCreateOutput {
pub id: Option<String>,
}Fields§
§id: Option<String>Implementations§
Source§impl PoliciesCreateOutput
impl PoliciesCreateOutput
pub fn new() -> PoliciesCreateOutput
Trait Implementations§
Source§impl Clone for PoliciesCreateOutput
impl Clone for PoliciesCreateOutput
Source§fn clone(&self) -> PoliciesCreateOutput
fn clone(&self) -> PoliciesCreateOutput
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 moreSource§impl Debug for PoliciesCreateOutput
impl Debug for PoliciesCreateOutput
Source§impl Default for PoliciesCreateOutput
impl Default for PoliciesCreateOutput
Source§fn default() -> PoliciesCreateOutput
fn default() -> PoliciesCreateOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PoliciesCreateOutput
impl<'de> Deserialize<'de> for PoliciesCreateOutput
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 PoliciesCreateOutput
impl PartialEq for PoliciesCreateOutput
Source§fn eq(&self, other: &PoliciesCreateOutput) -> bool
fn eq(&self, other: &PoliciesCreateOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PoliciesCreateOutput
impl Serialize for PoliciesCreateOutput
impl StructuralPartialEq for PoliciesCreateOutput
Auto Trait Implementations§
impl Freeze for PoliciesCreateOutput
impl RefUnwindSafe for PoliciesCreateOutput
impl Send for PoliciesCreateOutput
impl Sync for PoliciesCreateOutput
impl Unpin for PoliciesCreateOutput
impl UnsafeUnpin for PoliciesCreateOutput
impl UnwindSafe for PoliciesCreateOutput
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