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