pub struct GetRaidParams {
pub code: String,
}Expand description
struct for passing parameters to the method get_raid
Fields§
§code: StringThe code of the raid.
Implementations§
Trait Implementations§
Source§impl Clone for GetRaidParams
impl Clone for GetRaidParams
Source§fn clone(&self) -> GetRaidParams
fn clone(&self) -> GetRaidParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GetRaidParams
impl RefUnwindSafe for GetRaidParams
impl Send for GetRaidParams
impl Sync for GetRaidParams
impl Unpin for GetRaidParams
impl UnsafeUnpin for GetRaidParams
impl UnwindSafe for GetRaidParams
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