pub struct CalendarQuery {
pub comp_filter: Option<ComponentFilter>,
pub time_range: Option<TimeRange>,
pub properties: Vec<String>,
}Available on crate feature
caldav only.Expand description
Calendar query filters for REPORT requests
Fields§
§comp_filter: Option<ComponentFilter>§time_range: Option<TimeRange>§properties: Vec<String>Trait Implementations§
Source§impl Clone for CalendarQuery
impl Clone for CalendarQuery
Source§fn clone(&self) -> CalendarQuery
fn clone(&self) -> CalendarQuery
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 moreAuto Trait Implementations§
impl Freeze for CalendarQuery
impl RefUnwindSafe for CalendarQuery
impl Send for CalendarQuery
impl Sync for CalendarQuery
impl Unpin for CalendarQuery
impl UnwindSafe for CalendarQuery
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