Struct slack_morphism::prelude::blocks::SlackFileBlockInit
source · pub struct SlackFileBlockInit {
pub external_id: String,
}
Fields§
§external_id: String
Trait Implementations§
source§impl From<SlackFileBlockInit> for SlackFileBlock
impl From<SlackFileBlockInit> for SlackFileBlock
source§fn from(value: SlackFileBlockInit) -> Self
fn from(value: SlackFileBlockInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SlackFileBlockInit
impl Send for SlackFileBlockInit
impl Sync for SlackFileBlockInit
impl Unpin for SlackFileBlockInit
impl UnwindSafe for SlackFileBlockInit
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