pub struct GetFreeSlotsParams {
pub location_id: String,
pub start_date: String,
pub end_date: String,
pub timezone: Option<String>,
pub user_id: Option<String>,
}Fields§
§location_id: String§start_date: String§end_date: String§timezone: Option<String>§user_id: Option<String>Trait Implementations§
Source§impl Clone for GetFreeSlotsParams
impl Clone for GetFreeSlotsParams
Source§fn clone(&self) -> GetFreeSlotsParams
fn clone(&self) -> GetFreeSlotsParams
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 Debug for GetFreeSlotsParams
impl Debug for GetFreeSlotsParams
Source§impl Default for GetFreeSlotsParams
impl Default for GetFreeSlotsParams
Source§fn default() -> GetFreeSlotsParams
fn default() -> GetFreeSlotsParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetFreeSlotsParams
impl<'de> Deserialize<'de> for GetFreeSlotsParams
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
Auto Trait Implementations§
impl Freeze for GetFreeSlotsParams
impl RefUnwindSafe for GetFreeSlotsParams
impl Send for GetFreeSlotsParams
impl Sync for GetFreeSlotsParams
impl Unpin for GetFreeSlotsParams
impl UnsafeUnpin for GetFreeSlotsParams
impl UnwindSafe for GetFreeSlotsParams
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