Fixes and use of rustls.
This commit is contained in:
@@ -6,7 +6,9 @@ use std::fmt::Display;
|
||||
|
||||
use crate::core::set::date_not_set;
|
||||
use crate::core::set::string_not_set;
|
||||
use crate::core::Type;
|
||||
use crate::Get;
|
||||
use crate::Set;
|
||||
use chrono::{DateTime, Utc};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
@@ -78,3 +80,15 @@ impl Display for Property {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl Type for VacationResponse<Set> {
|
||||
fn requires_account_id() -> bool {
|
||||
true
|
||||
}
|
||||
}
|
||||
|
||||
impl Type for Property {
|
||||
fn requires_account_id() -> bool {
|
||||
true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user