Struct gapi_grpc::google::cloud::sql::v1beta4::sql_instances_reschedule_maintenance_request_body::Reschedule[][src]

pub struct Reschedule {
    pub reschedule_type: i32,
    pub schedule_time: Option<Timestamp>,
}

Fields

reschedule_type: i32

Required. The type of the reschedule.

schedule_time: Option<Timestamp>

Optional. Timestamp when the maintenance shall be rescheduled to if reschedule_type=SPECIFIC_TIME, in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.

Implementations

impl Reschedule[src]

pub fn reschedule_type(&self) -> RescheduleType[src]

Returns the enum value of reschedule_type, or the default if the field is set to an invalid enum value.

pub fn set_reschedule_type(&mut self, value: RescheduleType)[src]

Sets reschedule_type to the provided enum value.

Trait Implementations

impl Clone for Reschedule[src]

impl Debug for Reschedule[src]

impl Default for Reschedule[src]

impl Message for Reschedule[src]

impl PartialEq<Reschedule> for Reschedule[src]

impl StructuralPartialEq for Reschedule[src]

Auto Trait Implementations

impl RefUnwindSafe for Reschedule

impl Send for Reschedule

impl Sync for Reschedule

impl Unpin for Reschedule

impl UnwindSafe for Reschedule

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]