pub struct JmapCalendarEventQuery { /* private fields */ }Expand description
I/O-free coroutine for the combined CalendarEvent/query +
CalendarEvent/get operation.
Implementations§
Source§impl JmapCalendarEventQuery
impl JmapCalendarEventQuery
Sourcepub fn new(
session: &JmapSession,
http_auth: &SecretString,
opts: JmapCalendarEventQueryOptions,
) -> Result<Self, JmapCalendarEventQueryError>
pub fn new( session: &JmapSession, http_auth: &SecretString, opts: JmapCalendarEventQueryOptions, ) -> Result<Self, JmapCalendarEventQueryError>
Prepares the method call request and builds the coroutine.
Trait Implementations§
Source§impl JmapCoroutine for JmapCalendarEventQuery
impl JmapCoroutine for JmapCalendarEventQuery
Source§type Return = Result<JmapCalendarEventQueryOutput, JmapCalendarEventQueryError>
type Return = Result<JmapCalendarEventQueryOutput, JmapCalendarEventQueryError>
Terminal value. By convention
Result<Output, Error>.Auto Trait Implementations§
impl Freeze for JmapCalendarEventQuery
impl RefUnwindSafe for JmapCalendarEventQuery
impl Send for JmapCalendarEventQuery
impl Sync for JmapCalendarEventQuery
impl Unpin for JmapCalendarEventQuery
impl UnsafeUnpin for JmapCalendarEventQuery
impl UnwindSafe for JmapCalendarEventQuery
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