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