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