pub struct ShortUuidSubscriptionResponse {
pub is_found: bool,
pub user: SubscriptionUser,
pub links: Vec<String>,
pub ss_conf_links: HashMap<String, String>,
pub subscription_url: String,
pub happ: HappConfig,
}Fields§
§is_found: bool§user: SubscriptionUser§links: Vec<String>§ss_conf_links: HashMap<String, String>§subscription_url: String§happ: HappConfigTrait Implementations§
Source§impl Clone for ShortUuidSubscriptionResponse
impl Clone for ShortUuidSubscriptionResponse
Source§fn clone(&self) -> ShortUuidSubscriptionResponse
fn clone(&self) -> ShortUuidSubscriptionResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for ShortUuidSubscriptionResponse
impl<'de> Deserialize<'de> for ShortUuidSubscriptionResponse
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
impl Eq for ShortUuidSubscriptionResponse
impl StructuralPartialEq for ShortUuidSubscriptionResponse
Auto Trait Implementations§
impl Freeze for ShortUuidSubscriptionResponse
impl RefUnwindSafe for ShortUuidSubscriptionResponse
impl Send for ShortUuidSubscriptionResponse
impl Sync for ShortUuidSubscriptionResponse
impl Unpin for ShortUuidSubscriptionResponse
impl UnsafeUnpin for ShortUuidSubscriptionResponse
impl UnwindSafe for ShortUuidSubscriptionResponse
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