pub struct SingleCurationNoticeOutput;
Trait Implementations§
Source§impl HasField<result> for SingleCurationNoticeOutput
impl HasField<result> for SingleCurationNoticeOutput
Source§type Type = Option<CurationNotice>
type Type = Option<CurationNotice>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for SingleCurationNoticeOutput
impl RefUnwindSafe for SingleCurationNoticeOutput
impl Send for SingleCurationNoticeOutput
impl Sync for SingleCurationNoticeOutput
impl Unpin for SingleCurationNoticeOutput
impl UnwindSafe for SingleCurationNoticeOutput
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