pub struct TinyUrlAPI {
pub token: String,
}
Fields§
§token: String
Trait Implementations§
Source§impl Debug for TinyUrlAPI
impl Debug for TinyUrlAPI
Source§impl Default for TinyUrlAPI
impl Default for TinyUrlAPI
Source§fn default() -> TinyUrlAPI
fn default() -> TinyUrlAPI
Returns the “default value” for a type. Read more
Source§impl TinyUrlOpenAPI for TinyUrlAPI
impl TinyUrlOpenAPI for TinyUrlAPI
Auto Trait Implementations§
impl Freeze for TinyUrlAPI
impl RefUnwindSafe for TinyUrlAPI
impl Send for TinyUrlAPI
impl Sync for TinyUrlAPI
impl Unpin for TinyUrlAPI
impl UnwindSafe for TinyUrlAPI
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