pub struct GetShortLinkResponse {
pub short_url: String,
pub access_key: Option<String>,
pub key: String,
pub url: String,
}Fields§
§short_url: String§access_key: Option<String>§key: String§url: StringImplementations§
Source§impl GetShortLinkResponse
impl GetShortLinkResponse
pub fn get_statistics_url(&self) -> String
Trait Implementations§
Source§impl Debug for GetShortLinkResponse
impl Debug for GetShortLinkResponse
Source§impl<'de> Deserialize<'de> for GetShortLinkResponse
impl<'de> Deserialize<'de> for GetShortLinkResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetShortLinkResponse
impl RefUnwindSafe for GetShortLinkResponse
impl Send for GetShortLinkResponse
impl Sync for GetShortLinkResponse
impl Unpin for GetShortLinkResponse
impl UnsafeUnpin for GetShortLinkResponse
impl UnwindSafe for GetShortLinkResponse
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