pub struct CreateLinkResponse {
pub link: Option<Link>,
}
Fields§
§link: Option<Link>
Information about the link.
Trait Implementations§
Source§impl Clone for CreateLinkResponse
impl Clone for CreateLinkResponse
Source§fn clone(&self) -> CreateLinkResponse
fn clone(&self) -> CreateLinkResponse
Returns a duplicate 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 CreateLinkResponse
impl Debug for CreateLinkResponse
Source§impl Default for CreateLinkResponse
impl Default for CreateLinkResponse
Source§fn default() -> CreateLinkResponse
fn default() -> CreateLinkResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateLinkResponse
impl<'de> Deserialize<'de> for CreateLinkResponse
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 CreateLinkResponse
impl PartialEq for CreateLinkResponse
impl StructuralPartialEq for CreateLinkResponse
Auto Trait Implementations§
impl Freeze for CreateLinkResponse
impl RefUnwindSafe for CreateLinkResponse
impl Send for CreateLinkResponse
impl Sync for CreateLinkResponse
impl Unpin for CreateLinkResponse
impl UnwindSafe for CreateLinkResponse
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