pub struct MultiCurationNoticeOutput;
Trait Implementations§
Source§impl HasField<results> for MultiCurationNoticeOutput
impl HasField<results> for MultiCurationNoticeOutput
Auto Trait Implementations§
impl Freeze for MultiCurationNoticeOutput
impl RefUnwindSafe for MultiCurationNoticeOutput
impl Send for MultiCurationNoticeOutput
impl Sync for MultiCurationNoticeOutput
impl Unpin for MultiCurationNoticeOutput
impl UnwindSafe for MultiCurationNoticeOutput
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