Struct slack_morphism::SlackFileInit
source · pub struct SlackFileInit {
pub id: SlackFileId,
pub flags: SlackFileFlags,
}
Fields§
§id: SlackFileId
§flags: SlackFileFlags
Trait Implementations§
source§impl From<SlackFileInit> for SlackFile
impl From<SlackFileInit> for SlackFile
source§fn 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§
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