pub struct SharingDetail {
pub shared_by: InsightIdentity,
pub shared_date_time: String,
pub sharing_subject: String,
pub sharing_type: String,
pub sharing_reference: ResourceReference,
}
Fields§
§sharing_subject: String
§sharing_type: String
§sharing_reference: ResourceReference
Trait Implementations§
Source§impl Clone for SharingDetail
impl Clone for SharingDetail
Source§fn clone(&self) -> SharingDetail
fn clone(&self) -> SharingDetail
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 SharingDetail
impl Debug for SharingDetail
Source§impl<'de> Deserialize<'de> for SharingDetail
impl<'de> Deserialize<'de> for SharingDetail
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 SharingDetail
impl PartialEq for SharingDetail
Source§impl Serialize for SharingDetail
impl Serialize for SharingDetail
impl Eq for SharingDetail
impl StructuralPartialEq for SharingDetail
Auto Trait Implementations§
impl Freeze for SharingDetail
impl RefUnwindSafe for SharingDetail
impl Send for SharingDetail
impl Sync for SharingDetail
impl Unpin for SharingDetail
impl UnwindSafe for SharingDetail
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