pub struct AttachmentSourcesPayload;Trait Implementations§
Source§impl HasField<sources> for AttachmentSourcesPayload
impl HasField<sources> for AttachmentSourcesPayload
Source§type Type = JSONObject
type Type = JSONObject
The schema marker type of this field.
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