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