pub struct NotificationEdge {
pub cursor: Option<String>,
}Fields§
§cursor: Option<String>Used in before and after args
Trait Implementations§
Source§impl Clone for NotificationEdge
impl Clone for NotificationEdge
Source§fn clone(&self) -> NotificationEdge
fn clone(&self) -> NotificationEdge
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NotificationEdge
impl Debug for NotificationEdge
Source§impl Default for NotificationEdge
impl Default for NotificationEdge
Source§fn default() -> NotificationEdge
fn default() -> NotificationEdge
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NotificationEdgewhere
NotificationEdge: Default,
impl<'de> Deserialize<'de> for NotificationEdgewhere
NotificationEdge: Default,
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
Source§impl GraphQLFields for NotificationEdge
impl GraphQLFields for NotificationEdge
Auto Trait Implementations§
impl Freeze for NotificationEdge
impl RefUnwindSafe for NotificationEdge
impl Send for NotificationEdge
impl Sync for NotificationEdge
impl Unpin for NotificationEdge
impl UnwindSafe for NotificationEdge
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