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