pub struct GetGameHighScoresBuilder { /* private fields */ }Expand description
Builder for the GetGameHighScores structure
Implementations§
Source§impl GetGameHighScoresBuilder
impl GetGameHighScoresBuilder
Sourcepub fn new(user_id: i64, message_id: GameScoreMessageId) -> Self
pub fn new(user_id: i64, message_id: GameScoreMessageId) -> Self
Instantiate the builder with the fields user_id, message_id
Trait Implementations§
Source§impl Builder for GetGameHighScoresBuilder
impl Builder for GetGameHighScoresBuilder
Source§type Value = GetGameHighScores
type Value = GetGameHighScores
Type to be built
Auto Trait Implementations§
impl Freeze for GetGameHighScoresBuilder
impl RefUnwindSafe for GetGameHighScoresBuilder
impl Send for GetGameHighScoresBuilder
impl Sync for GetGameHighScoresBuilder
impl Unpin for GetGameHighScoresBuilder
impl UnwindSafe for GetGameHighScoresBuilder
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