pub struct teams;Trait Implementations§
Source§impl HasField<teams> for SlackChannelNameMapping
impl HasField<teams> for SlackChannelNameMapping
Source§type Type = Vec<SlackAsksTeamSettings>
type Type = Vec<SlackAsksTeamSettings>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for teams
impl RefUnwindSafe for teams
impl Send for teams
impl Sync for teams
impl Unpin for teams
impl UnwindSafe for teams
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