Struct slack_morphism::SlackFileInit
source · pub struct SlackFileInit {
pub id: SlackFileId,
pub created: SlackDateTime,
pub timestamp: SlackDateTime,
pub name: String,
pub flags: SlackFileFlags,
}Fields
id: SlackFileIdcreated: SlackDateTimetimestamp: SlackDateTimename: Stringflags: SlackFileFlagsTrait Implementations
sourceimpl From<SlackFileInit> for SlackFile
impl From<SlackFileInit> for SlackFile
sourcefn from(value: SlackFileInit) -> Self
fn from(value: SlackFileInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SlackFileInit
impl Send for SlackFileInit
impl Sync for SlackFileInit
impl Unpin for SlackFileInit
impl UnwindSafe for SlackFileInit
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