Struct slack_morphism::prelude::files::SlackFile

source ·
pub struct SlackFile {
Show 17 fields pub id: SlackFileId, pub created: Option<SlackDateTime>, pub timestamp: Option<SlackDateTime>, pub name: Option<String>, pub title: Option<String>, pub mimetype: Option<SlackMimeType>, pub filetype: Option<SlackFileType>, pub pretty_type: Option<SlackFilePrettyType>, pub external_type: Option<SlackFileExternalType>, pub user: Option<SlackUserId>, pub username: Option<String>, pub url_private: Option<Url>, pub url_private_download: Option<Url>, pub permalink: Option<Url>, pub permalink_public: Option<Url>, pub reactions: Option<Vec<SlackReaction>>, pub flags: SlackFileFlags,
}

Fields§

§id: SlackFileId§created: Option<SlackDateTime>§timestamp: Option<SlackDateTime>§name: Option<String>§title: Option<String>§mimetype: Option<SlackMimeType>§filetype: Option<SlackFileType>§pretty_type: Option<SlackFilePrettyType>§external_type: Option<SlackFileExternalType>§user: Option<SlackUserId>§username: Option<String>§url_private: Option<Url>§url_private_download: Option<Url>§permalink: Option<Url>§permalink_public: Option<Url>§reactions: Option<Vec<SlackReaction>>§flags: SlackFileFlags

Implementations§

source§

impl SlackFile

source

pub fn new(id: SlackFileId, flags: SlackFileFlags) -> Self

source

pub fn id(&mut self, value: SlackFileId) -> &mut Self

source

pub fn with_id(self, value: SlackFileId) -> Self

source

pub fn created(&mut self, value: SlackDateTime) -> &mut Self

source

pub fn reset_created(&mut self) -> &mut Self

source

pub fn mopt_created(&mut self, value: Option<SlackDateTime>) -> &mut Self

source

pub fn with_created(self, value: SlackDateTime) -> Self

source

pub fn without_created(self) -> Self

source

pub fn opt_created(self, value: Option<SlackDateTime>) -> Self

source

pub fn timestamp(&mut self, value: SlackDateTime) -> &mut Self

source

pub fn reset_timestamp(&mut self) -> &mut Self

source

pub fn mopt_timestamp(&mut self, value: Option<SlackDateTime>) -> &mut Self

source

pub fn with_timestamp(self, value: SlackDateTime) -> Self

source

pub fn without_timestamp(self) -> Self

source

pub fn opt_timestamp(self, value: Option<SlackDateTime>) -> Self

source

pub fn name(&mut self, value: String) -> &mut Self

source

pub fn reset_name(&mut self) -> &mut Self

source

pub fn mopt_name(&mut self, value: Option<String>) -> &mut Self

source

pub fn with_name(self, value: String) -> Self

source

pub fn without_name(self) -> Self

source

pub fn opt_name(self, value: Option<String>) -> Self

source

pub fn title(&mut self, value: String) -> &mut Self

source

pub fn reset_title(&mut self) -> &mut Self

source

pub fn mopt_title(&mut self, value: Option<String>) -> &mut Self

source

pub fn with_title(self, value: String) -> Self

source

pub fn without_title(self) -> Self

source

pub fn opt_title(self, value: Option<String>) -> Self

source

pub fn mimetype(&mut self, value: SlackMimeType) -> &mut Self

source

pub fn reset_mimetype(&mut self) -> &mut Self

source

pub fn mopt_mimetype(&mut self, value: Option<SlackMimeType>) -> &mut Self

source

pub fn with_mimetype(self, value: SlackMimeType) -> Self

source

pub fn without_mimetype(self) -> Self

source

pub fn opt_mimetype(self, value: Option<SlackMimeType>) -> Self

source

pub fn filetype(&mut self, value: SlackFileType) -> &mut Self

source

pub fn reset_filetype(&mut self) -> &mut Self

source

pub fn mopt_filetype(&mut self, value: Option<SlackFileType>) -> &mut Self

source

pub fn with_filetype(self, value: SlackFileType) -> Self

source

pub fn without_filetype(self) -> Self

source

pub fn opt_filetype(self, value: Option<SlackFileType>) -> Self

source

pub fn pretty_type(&mut self, value: SlackFilePrettyType) -> &mut Self

source

pub fn reset_pretty_type(&mut self) -> &mut Self

source

pub fn mopt_pretty_type( &mut self, value: Option<SlackFilePrettyType>, ) -> &mut Self

source

pub fn with_pretty_type(self, value: SlackFilePrettyType) -> Self

source

pub fn without_pretty_type(self) -> Self

source

pub fn opt_pretty_type(self, value: Option<SlackFilePrettyType>) -> Self

source

pub fn external_type(&mut self, value: SlackFileExternalType) -> &mut Self

source

pub fn reset_external_type(&mut self) -> &mut Self

source

pub fn mopt_external_type( &mut self, value: Option<SlackFileExternalType>, ) -> &mut Self

source

pub fn with_external_type(self, value: SlackFileExternalType) -> Self

source

pub fn without_external_type(self) -> Self

source

pub fn opt_external_type(self, value: Option<SlackFileExternalType>) -> Self

source

pub fn user(&mut self, value: SlackUserId) -> &mut Self

source

pub fn reset_user(&mut self) -> &mut Self

source

pub fn mopt_user(&mut self, value: Option<SlackUserId>) -> &mut Self

source

pub fn with_user(self, value: SlackUserId) -> Self

source

pub fn without_user(self) -> Self

source

pub fn opt_user(self, value: Option<SlackUserId>) -> Self

source

pub fn username(&mut self, value: String) -> &mut Self

source

pub fn reset_username(&mut self) -> &mut Self

source

pub fn mopt_username(&mut self, value: Option<String>) -> &mut Self

source

pub fn with_username(self, value: String) -> Self

source

pub fn without_username(self) -> Self

source

pub fn opt_username(self, value: Option<String>) -> Self

source

pub fn url_private(&mut self, value: Url) -> &mut Self

source

pub fn reset_url_private(&mut self) -> &mut Self

source

pub fn mopt_url_private(&mut self, value: Option<Url>) -> &mut Self

source

pub fn with_url_private(self, value: Url) -> Self

source

pub fn without_url_private(self) -> Self

source

pub fn opt_url_private(self, value: Option<Url>) -> Self

source

pub fn url_private_download(&mut self, value: Url) -> &mut Self

source

pub fn reset_url_private_download(&mut self) -> &mut Self

source

pub fn mopt_url_private_download(&mut self, value: Option<Url>) -> &mut Self

source

pub fn with_url_private_download(self, value: Url) -> Self

source

pub fn without_url_private_download(self) -> Self

source

pub fn opt_url_private_download(self, value: Option<Url>) -> Self

source

pub fn reactions(&mut self, value: Vec<SlackReaction>) -> &mut Self

source

pub fn reset_reactions(&mut self) -> &mut Self

source

pub fn mopt_reactions(&mut self, value: Option<Vec<SlackReaction>>) -> &mut Self

source

pub fn with_reactions(self, value: Vec<SlackReaction>) -> Self

source

pub fn without_reactions(self) -> Self

source

pub fn opt_reactions(self, value: Option<Vec<SlackReaction>>) -> Self

source

pub fn flags(&mut self, value: SlackFileFlags) -> &mut Self

source

pub fn with_flags(self, value: SlackFileFlags) -> Self

Trait Implementations§

source§

impl Clone for SlackFile

source§

fn clone(&self) -> SlackFile

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for SlackFile

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for SlackFile

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<SlackFileInit> for SlackFile

source§

fn from(value: SlackFileInit) -> Self

Converts to this type from the input type.
source§

impl PartialEq for SlackFile

source§

fn eq(&self, other: &SlackFile) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for SlackFile

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl StructuralPartialEq for SlackFile

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,