pub struct SplitLinkResponse {
pub status: String,
pub message: Option<String>,
}Fields§
§status: String§message: Option<String>Trait Implementations§
Source§impl Clone for SplitLinkResponse
impl Clone for SplitLinkResponse
Source§fn clone(&self) -> SplitLinkResponse
fn clone(&self) -> SplitLinkResponse
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 SplitLinkResponse
impl Debug for SplitLinkResponse
Source§impl<'de> Deserialize<'de> for SplitLinkResponse
impl<'de> Deserialize<'de> for SplitLinkResponse
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 SplitLinkResponse
impl RefUnwindSafe for SplitLinkResponse
impl Send for SplitLinkResponse
impl Sync for SplitLinkResponse
impl Unpin for SplitLinkResponse
impl UnsafeUnpin for SplitLinkResponse
impl UnwindSafe for SplitLinkResponse
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