Struct sendgrid_api::subuser_monitor_settings::SubuserMonitorSettings[][src]

pub struct SubuserMonitorSettings {
    pub client: Client,
}

Fields

client: Client

Implementations

Retrieve monitor settings for a subuser.

This function performs a GET to the /subusers/{subuser_name}/monitor endpoint.

Update Monitor Settings for a subuser.

This function performs a PUT to the /subusers/{subuser_name}/monitor endpoint.

Create monitor settings.

This function performs a POST to the /subusers/{subuser_name}/monitor endpoint.

Delete monitor settings.

This function performs a DELETE to the /subusers/{subuser_name}/monitor endpoint.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.