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