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