pub struct GetLeagueListingBuilder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for GetLeagueListingBuilder
impl Debug for GetLeagueListingBuilder
Source§impl Default for GetLeagueListingBuilder
impl Default for GetLeagueListingBuilder
Source§fn default() -> GetLeagueListingBuilder
fn default() -> GetLeagueListingBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetLeagueListingBuilder
impl RefUnwindSafe for GetLeagueListingBuilder
impl Send for GetLeagueListingBuilder
impl Sync for GetLeagueListingBuilder
impl Unpin for GetLeagueListingBuilder
impl UnwindSafe for GetLeagueListingBuilder
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