pub struct PSNClientBuilder { /* private fields */ }Expand description
Main API client builder.
Must be used to create a new PSNClient instance.
Implementations§
Source§impl PSNClientBuilder
impl PSNClientBuilder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PSNClientBuilder
impl !RefUnwindSafe for PSNClientBuilder
impl Send for PSNClientBuilder
impl Sync for PSNClientBuilder
impl Unpin for PSNClientBuilder
impl UnsafeUnpin for PSNClientBuilder
impl !UnwindSafe for PSNClientBuilder
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