pub struct SlackLoader { /* private fields */ }Implementations§
Source§impl SlackLoader
impl SlackLoader
pub fn new(config: SlackConfig) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SlackLoader
impl !RefUnwindSafe for SlackLoader
impl Send for SlackLoader
impl Sync for SlackLoader
impl Unpin for SlackLoader
impl UnsafeUnpin for SlackLoader
impl !UnwindSafe for SlackLoader
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