pub struct RepositoryTopic;
Trait Implementations§
Source§impl HasField<__typename> for RepositoryTopic
impl HasField<__typename> for RepositoryTopic
Source§impl HasField<id> for RepositoryTopic
impl HasField<id> for RepositoryTopic
Source§impl HasField<resourcePath> for RepositoryTopic
impl HasField<resourcePath> for RepositoryTopic
Source§impl HasField<topic> for RepositoryTopic
impl HasField<topic> for RepositoryTopic
Source§impl HasField<url> for RepositoryTopic
impl HasField<url> for RepositoryTopic
Source§impl NamedType for RepositoryTopic
impl NamedType for RepositoryTopic
impl HasSubtype<RepositoryTopic> for Node
impl HasSubtype<RepositoryTopic> for UniformResourceLocatable
Auto Trait Implementations§
impl Freeze for RepositoryTopic
impl RefUnwindSafe for RepositoryTopic
impl Send for RepositoryTopic
impl Sync for RepositoryTopic
impl Unpin for RepositoryTopic
impl UnwindSafe for RepositoryTopic
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