Struct slack_morphism_models::blocks::SlackFileBlockInit
source · [−]pub struct SlackFileBlockInit {
pub external_id: String,
}Fields
external_id: StringTrait Implementations
sourceimpl From<SlackFileBlockInit> for SlackFileBlock
impl From<SlackFileBlockInit> for SlackFileBlock
sourcefn from(value: SlackFileBlockInit) -> Self
fn from(value: SlackFileBlockInit) -> Self
Performs the conversion.
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more