pub struct SiblingsResult {
pub symbol: String,
pub siblings: Vec<Sibling>,
pub meta: QueryMeta,
}Fields§
§symbol: String§siblings: Vec<Sibling>§meta: QueryMetaTrait Implementations§
Source§impl Clone for SiblingsResult
impl Clone for SiblingsResult
Source§fn clone(&self) -> SiblingsResult
fn clone(&self) -> SiblingsResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SiblingsResult
impl Debug for SiblingsResult
Source§impl<'de> Deserialize<'de> for SiblingsResult
impl<'de> Deserialize<'de> for SiblingsResult
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 Display for SiblingsResult
impl Display for SiblingsResult
Auto Trait Implementations§
impl Freeze for SiblingsResult
impl RefUnwindSafe for SiblingsResult
impl Send for SiblingsResult
impl Sync for SiblingsResult
impl Unpin for SiblingsResult
impl UnsafeUnpin for SiblingsResult
impl UnwindSafe for SiblingsResult
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