pub struct sources;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 sources
impl RefUnwindSafe for sources
impl Send for sources
impl Sync for sources
impl Unpin for sources
impl UnwindSafe for sources
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