Struct slack_morphism::SlackResponseMetadata
source · [−]pub struct SlackResponseMetadata {
pub next_cursor: Option<SlackCursorId>,
}Fields
next_cursor: Option<SlackCursorId>Implementations
sourceimpl SlackResponseMetadata
impl SlackResponseMetadata
pub fn new() -> Self
pub fn next_cursor(&mut self, value: SlackCursorId) -> &mut Self
pub fn reset_next_cursor(&mut self) -> &mut Self
pub fn mopt_next_cursor(&mut self, value: Option<SlackCursorId>) -> &mut Self
pub fn with_next_cursor(self, value: SlackCursorId) -> Self
pub fn without_next_cursor(self) -> Self
pub fn opt_next_cursor(self, value: Option<SlackCursorId>) -> Self
Trait Implementations
sourceimpl Clone for SlackResponseMetadata
impl Clone for SlackResponseMetadata
sourcefn clone(&self) -> SlackResponseMetadata
fn clone(&self) -> SlackResponseMetadata
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SlackResponseMetadata
impl Debug for SlackResponseMetadata
sourceimpl<'de> Deserialize<'de> for SlackResponseMetadata
impl<'de> Deserialize<'de> for SlackResponseMetadata
sourcefn 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
sourceimpl From<SlackResponseMetadataInit> for SlackResponseMetadata
impl From<SlackResponseMetadataInit> for SlackResponseMetadata
sourcefn from(value: SlackResponseMetadataInit) -> Self
fn from(value: SlackResponseMetadataInit) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<SlackResponseMetadata> for SlackResponseMetadata
impl PartialEq<SlackResponseMetadata> for SlackResponseMetadata
sourcefn eq(&self, other: &SlackResponseMetadata) -> bool
fn eq(&self, other: &SlackResponseMetadata) -> bool
sourceimpl Serialize for SlackResponseMetadata
impl Serialize for SlackResponseMetadata
impl StructuralPartialEq for SlackResponseMetadata
Auto Trait Implementations
impl RefUnwindSafe for SlackResponseMetadata
impl Send for SlackResponseMetadata
impl Sync for SlackResponseMetadata
impl Unpin for SlackResponseMetadata
impl UnwindSafe for SlackResponseMetadata
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