pub struct SlackFileBuilder { /* private fields */ }Expand description
Builder for SlackFile object.
Implementations§
Trait Implementations§
Source§impl Debug for SlackFileBuilder
impl Debug for SlackFileBuilder
Auto Trait Implementations§
impl Freeze for SlackFileBuilder
impl RefUnwindSafe for SlackFileBuilder
impl Send for SlackFileBuilder
impl Sync for SlackFileBuilder
impl Unpin for SlackFileBuilder
impl UnsafeUnpin for SlackFileBuilder
impl UnwindSafe for SlackFileBuilder
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