Struct fastly_api::apis::star_api::CreateServiceStarParams
source · pub struct CreateServiceStarParams {
pub star: Option<Star>,
}
Expand description
struct for passing parameters to the method create_service_star
Fields§
§star: Option<Star>
Trait Implementations§
source§impl Clone for CreateServiceStarParams
impl Clone for CreateServiceStarParams
source§fn clone(&self) -> CreateServiceStarParams
fn clone(&self) -> CreateServiceStarParams
Returns a copy 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 Debug for CreateServiceStarParams
impl Debug for CreateServiceStarParams
source§impl Default for CreateServiceStarParams
impl Default for CreateServiceStarParams
source§fn default() -> CreateServiceStarParams
fn default() -> CreateServiceStarParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CreateServiceStarParams
impl Send for CreateServiceStarParams
impl Sync for CreateServiceStarParams
impl Unpin for CreateServiceStarParams
impl UnwindSafe for CreateServiceStarParams
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