pub struct UpdateLinkResponse {
pub link: Option<Link>,
}
Fields§
§link: Option<Link>
Information about the link.
Trait Implementations§
Source§impl Clone for UpdateLinkResponse
impl Clone for UpdateLinkResponse
Source§fn clone(&self) -> UpdateLinkResponse
fn clone(&self) -> UpdateLinkResponse
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UpdateLinkResponse
impl Debug for UpdateLinkResponse
Source§impl Default for UpdateLinkResponse
impl Default for UpdateLinkResponse
Source§fn default() -> UpdateLinkResponse
fn default() -> UpdateLinkResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateLinkResponse
impl<'de> Deserialize<'de> for UpdateLinkResponse
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
Source§impl PartialEq for UpdateLinkResponse
impl PartialEq for UpdateLinkResponse
impl StructuralPartialEq for UpdateLinkResponse
Auto Trait Implementations§
impl Freeze for UpdateLinkResponse
impl RefUnwindSafe for UpdateLinkResponse
impl Send for UpdateLinkResponse
impl Sync for UpdateLinkResponse
impl Unpin for UpdateLinkResponse
impl UnwindSafe for UpdateLinkResponse
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