pub struct NonStableToken {
pub app_id: String,
pub secret: String,
pub end_point: String,
/* private fields */
}Expand description
普通接口调用凭据 官方文档
Fields§
§app_id: String§secret: String§end_point: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NonStableToken
impl !RefUnwindSafe for NonStableToken
impl Send for NonStableToken
impl Sync for NonStableToken
impl Unpin for NonStableToken
impl !UnwindSafe for NonStableToken
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