pub struct SlackApiResponseMetadata {
pub next_cursor: Option<String>,
}Fields§
§next_cursor: Option<String>Trait Implementations§
Source§impl Debug for SlackApiResponseMetadata
impl Debug for SlackApiResponseMetadata
Source§impl Default for SlackApiResponseMetadata
impl Default for SlackApiResponseMetadata
Source§fn default() -> SlackApiResponseMetadata
fn default() -> SlackApiResponseMetadata
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SlackApiResponseMetadata
impl<'de> Deserialize<'de> for SlackApiResponseMetadata
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SlackApiResponseMetadata
impl RefUnwindSafe for SlackApiResponseMetadata
impl Send for SlackApiResponseMetadata
impl Sync for SlackApiResponseMetadata
impl Unpin for SlackApiResponseMetadata
impl UnwindSafe for SlackApiResponseMetadata
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