pub struct TornLookupResponse {
pub selections: Vec<TornSelectionName>,
}
Fields§
§selections: Vec<TornSelectionName>
Trait Implementations§
Source§impl Clone for TornLookupResponse
impl Clone for TornLookupResponse
Source§fn clone(&self) -> TornLookupResponse
fn clone(&self) -> TornLookupResponse
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 TornLookupResponse
impl Debug for TornLookupResponse
Source§impl<'de> Deserialize<'de> for TornLookupResponse
impl<'de> Deserialize<'de> for TornLookupResponse
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 TornLookupResponse
impl PartialEq for TornLookupResponse
impl StructuralPartialEq for TornLookupResponse
Auto Trait Implementations§
impl Freeze for TornLookupResponse
impl RefUnwindSafe for TornLookupResponse
impl Send for TornLookupResponse
impl Sync for TornLookupResponse
impl Unpin for TornLookupResponse
impl UnwindSafe for TornLookupResponse
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