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