Struct fastly_api::apis::service_api::UpdateServiceParams
source · [−]pub struct UpdateServiceParams {
pub service_id: String,
pub comment: Option<String>,
pub name: Option<String>,
pub customer_id: Option<String>,
}Expand description
struct for passing parameters to the method update_service
Fields
service_id: StringAlphanumeric string identifying the service.
comment: Option<String>A freeform descriptive note.
name: Option<String>The name of the service.
customer_id: Option<String>Alphanumeric string identifying the customer.
Trait Implementations
sourceimpl Clone for UpdateServiceParams
impl Clone for UpdateServiceParams
sourcefn clone(&self) -> UpdateServiceParams
fn clone(&self) -> UpdateServiceParams
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for UpdateServiceParams
impl Debug for UpdateServiceParams
sourceimpl Default for UpdateServiceParams
impl Default for UpdateServiceParams
sourcefn default() -> UpdateServiceParams
fn default() -> UpdateServiceParams
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for UpdateServiceParams
impl Send for UpdateServiceParams
impl Sync for UpdateServiceParams
impl Unpin for UpdateServiceParams
impl UnwindSafe for UpdateServiceParams
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more