pub struct AddGoLinkResult {}
Expand description
The result of adding a Go Link.
JSON schema
{
"description": "The result of adding a Go Link.",
"type": "object",
"additionalProperties": false,
"x-schema-name": "AddGoLinkResult"
}
Trait Implementations§
Source§impl Clone for AddGoLinkResult
impl Clone for AddGoLinkResult
Source§fn clone(&self) -> AddGoLinkResult
fn clone(&self) -> AddGoLinkResult
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 AddGoLinkResult
impl Debug for AddGoLinkResult
Source§impl Default for AddGoLinkResult
impl Default for AddGoLinkResult
Source§impl<'de> Deserialize<'de> for AddGoLinkResult
impl<'de> Deserialize<'de> for AddGoLinkResult
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 From<&AddGoLinkResult> for AddGoLinkResult
impl From<&AddGoLinkResult> for AddGoLinkResult
Source§fn from(value: &AddGoLinkResult) -> Self
fn from(value: &AddGoLinkResult) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AddGoLinkResult
impl RefUnwindSafe for AddGoLinkResult
impl Send for AddGoLinkResult
impl Sync for AddGoLinkResult
impl Unpin for AddGoLinkResult
impl UnwindSafe for AddGoLinkResult
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