pub struct SymbolGraphQuery {
pub workspace: Option<String>,
pub focus: String,
}Fields§
§workspace: Option<String>§focus: StringTrait Implementations§
Source§impl Clone for SymbolGraphQuery
impl Clone for SymbolGraphQuery
Source§fn clone(&self) -> SymbolGraphQuery
fn clone(&self) -> SymbolGraphQuery
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 SymbolGraphQuery
impl Debug for SymbolGraphQuery
Source§impl Default for SymbolGraphQuery
impl Default for SymbolGraphQuery
Source§fn default() -> SymbolGraphQuery
fn default() -> SymbolGraphQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SymbolGraphQuery
impl<'de> Deserialize<'de> for SymbolGraphQuery
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
impl Eq for SymbolGraphQuery
Source§impl PartialEq for SymbolGraphQuery
impl PartialEq for SymbolGraphQuery
Source§impl Serialize for SymbolGraphQuery
impl Serialize for SymbolGraphQuery
impl StructuralPartialEq for SymbolGraphQuery
Auto Trait Implementations§
impl Freeze for SymbolGraphQuery
impl RefUnwindSafe for SymbolGraphQuery
impl Send for SymbolGraphQuery
impl Sync for SymbolGraphQuery
impl Unpin for SymbolGraphQuery
impl UnsafeUnpin for SymbolGraphQuery
impl UnwindSafe for SymbolGraphQuery
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