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 duplicate 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 Freeze for GetServiceStarParams
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