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