pub struct StarringClient { /* private fields */ }
Expand description
Starring API 客户端
Implementations§
Auto Trait Implementations§
impl Freeze for StarringClient
impl !RefUnwindSafe for StarringClient
impl Send for StarringClient
impl Sync for StarringClient
impl Unpin for StarringClient
impl !UnwindSafe for StarringClient
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