pub struct GoogleFirestoreAdminV1WeeklyRecurrence {
pub day: Option<String>,
}Expand description
Represents a recurring schedule that runs on a specified day of the week. The time zone is UTC.
This type is not used in any activity, and only used as part of another schema.
Fields§
§day: Option<String>The day of week to run. DAY_OF_WEEK_UNSPECIFIED is not allowed.
Trait Implementations§
Source§impl Clone for GoogleFirestoreAdminV1WeeklyRecurrence
impl Clone for GoogleFirestoreAdminV1WeeklyRecurrence
Source§fn clone(&self) -> GoogleFirestoreAdminV1WeeklyRecurrence
fn clone(&self) -> GoogleFirestoreAdminV1WeeklyRecurrence
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 moreSource§impl Default for GoogleFirestoreAdminV1WeeklyRecurrence
impl Default for GoogleFirestoreAdminV1WeeklyRecurrence
Source§fn default() -> GoogleFirestoreAdminV1WeeklyRecurrence
fn default() -> GoogleFirestoreAdminV1WeeklyRecurrence
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleFirestoreAdminV1WeeklyRecurrence
impl<'de> Deserialize<'de> for GoogleFirestoreAdminV1WeeklyRecurrence
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
impl Part for GoogleFirestoreAdminV1WeeklyRecurrence
Auto Trait Implementations§
impl Freeze for GoogleFirestoreAdminV1WeeklyRecurrence
impl RefUnwindSafe for GoogleFirestoreAdminV1WeeklyRecurrence
impl Send for GoogleFirestoreAdminV1WeeklyRecurrence
impl Sync for GoogleFirestoreAdminV1WeeklyRecurrence
impl Unpin for GoogleFirestoreAdminV1WeeklyRecurrence
impl UnwindSafe for GoogleFirestoreAdminV1WeeklyRecurrence
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