pub struct teamName;Trait Implementations§
impl HasInputField<teamName, Option<String>> for SlackAsksSettingsInput
Auto Trait Implementations§
impl Freeze for teamName
impl RefUnwindSafe for teamName
impl Send for teamName
impl Sync for teamName
impl Unpin for teamName
impl UnwindSafe for teamName
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