pub struct CompositeTreeAttributes {
pub sobject_type: String,
}Expand description
Attributes for a record in a composite tree request.
Fields§
§sobject_type: StringTrait Implementations§
Source§impl Clone for CompositeTreeAttributes
impl Clone for CompositeTreeAttributes
Source§fn clone(&self) -> CompositeTreeAttributes
fn clone(&self) -> CompositeTreeAttributes
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 CompositeTreeAttributes
impl Debug for CompositeTreeAttributes
Source§impl<'de> Deserialize<'de> for CompositeTreeAttributes
impl<'de> Deserialize<'de> for CompositeTreeAttributes
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<CompositeTreeAttributes, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<CompositeTreeAttributes, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for CompositeTreeAttributes
impl Serialize for CompositeTreeAttributes
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for CompositeTreeAttributes
impl RefUnwindSafe for CompositeTreeAttributes
impl Send for CompositeTreeAttributes
impl Sync for CompositeTreeAttributes
impl Unpin for CompositeTreeAttributes
impl UnwindSafe for CompositeTreeAttributes
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