pub struct topicNames;Trait Implementations§
Source§impl Field for topicNames
impl Field for topicNames
impl HasInputField<topicNames, Vec<String>> for UpdateTopicsInput
Auto Trait Implementations§
impl Freeze for topicNames
impl RefUnwindSafe for topicNames
impl Send for topicNames
impl Sync for topicNames
impl Unpin for topicNames
impl UnwindSafe for topicNames
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