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