pub struct AddObjectRequestAttributeInner {
pub category: Option<AttributeCategory>,
pub value: Option<String>,
pub to_ids: Option<bool>,
pub disable_correlation: Option<bool>,
pub distribution: Option<DistributionLevelId>,
pub comment: Option<String>,
pub object_relation: Option<String>,
}Fields§
§category: Option<AttributeCategory>§value: Option<String>§to_ids: Option<bool>§disable_correlation: Option<bool>§distribution: Option<DistributionLevelId>§comment: Option<String>§object_relation: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for AddObjectRequestAttributeInner
impl Clone for AddObjectRequestAttributeInner
Source§fn clone(&self) -> AddObjectRequestAttributeInner
fn clone(&self) -> AddObjectRequestAttributeInner
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 Default for AddObjectRequestAttributeInner
impl Default for AddObjectRequestAttributeInner
Source§fn default() -> AddObjectRequestAttributeInner
fn default() -> AddObjectRequestAttributeInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AddObjectRequestAttributeInner
impl<'de> Deserialize<'de> for AddObjectRequestAttributeInner
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
impl StructuralPartialEq for AddObjectRequestAttributeInner
Auto Trait Implementations§
impl Freeze for AddObjectRequestAttributeInner
impl RefUnwindSafe for AddObjectRequestAttributeInner
impl Send for AddObjectRequestAttributeInner
impl Sync for AddObjectRequestAttributeInner
impl Unpin for AddObjectRequestAttributeInner
impl UnsafeUnpin for AddObjectRequestAttributeInner
impl UnwindSafe for AddObjectRequestAttributeInner
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