pub struct AttachmentSourcesPayload {
pub sources: Option<Value>,
}Fields§
§sources: Option<Value>A unique list of all source types used in this workspace.
Trait Implementations§
Source§impl Clone for AttachmentSourcesPayload
impl Clone for AttachmentSourcesPayload
Source§fn clone(&self) -> AttachmentSourcesPayload
fn clone(&self) -> AttachmentSourcesPayload
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 AttachmentSourcesPayload
impl Debug for AttachmentSourcesPayload
Source§impl Default for AttachmentSourcesPayload
impl Default for AttachmentSourcesPayload
Source§fn default() -> AttachmentSourcesPayload
fn default() -> AttachmentSourcesPayload
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AttachmentSourcesPayloadwhere
AttachmentSourcesPayload: Default,
impl<'de> Deserialize<'de> for AttachmentSourcesPayloadwhere
AttachmentSourcesPayload: Default,
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
Auto Trait Implementations§
impl Freeze for AttachmentSourcesPayload
impl RefUnwindSafe for AttachmentSourcesPayload
impl Send for AttachmentSourcesPayload
impl Sync for AttachmentSourcesPayload
impl Unpin for AttachmentSourcesPayload
impl UnwindSafe for AttachmentSourcesPayload
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