Struct slack_morphism::SlackFileFlagsInit
source · pub struct SlackFileFlagsInit {}Trait Implementations
sourceimpl From<SlackFileFlagsInit> for SlackFileFlags
impl From<SlackFileFlagsInit> for SlackFileFlags
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more