pub struct ApplicationUserEventList {
pub items: Vec<ApplicationUserEvent>,
pub next_cursor: Option<String>,
}Fields§
§items: Vec<ApplicationUserEvent>§next_cursor: Option<String>Trait Implementations§
Source§impl Clone for ApplicationUserEventList
impl Clone for ApplicationUserEventList
Source§fn clone(&self) -> ApplicationUserEventList
fn clone(&self) -> ApplicationUserEventList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ComposeSchema for ApplicationUserEventList
impl ComposeSchema for ApplicationUserEventList
Source§impl Debug for ApplicationUserEventList
impl Debug for ApplicationUserEventList
Source§impl<'de> Deserialize<'de> for ApplicationUserEventList
impl<'de> Deserialize<'de> for ApplicationUserEventList
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 PartialEq for ApplicationUserEventList
impl PartialEq for ApplicationUserEventList
Source§impl Serialize for ApplicationUserEventList
impl Serialize for ApplicationUserEventList
impl StructuralPartialEq for ApplicationUserEventList
Auto Trait Implementations§
impl Freeze for ApplicationUserEventList
impl RefUnwindSafe for ApplicationUserEventList
impl Send for ApplicationUserEventList
impl Sync for ApplicationUserEventList
impl Unpin for ApplicationUserEventList
impl UnsafeUnpin for ApplicationUserEventList
impl UnwindSafe for ApplicationUserEventList
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