pub struct IdentityGraphQuery {
pub workspace: Option<String>,
pub prefix: String,
pub path: Vec<String>,
pub min_count: usize,
}Fields§
§workspace: Option<String>§prefix: String§path: Vec<String>§min_count: usizeTrait Implementations§
Source§impl Clone for IdentityGraphQuery
impl Clone for IdentityGraphQuery
Source§fn clone(&self) -> IdentityGraphQuery
fn clone(&self) -> IdentityGraphQuery
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 IdentityGraphQuery
impl Debug for IdentityGraphQuery
Source§impl Default for IdentityGraphQuery
impl Default for IdentityGraphQuery
Source§impl<'de> Deserialize<'de> for IdentityGraphQuery
impl<'de> Deserialize<'de> for IdentityGraphQuery
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 IdentityGraphQuery
Source§impl PartialEq for IdentityGraphQuery
impl PartialEq for IdentityGraphQuery
Source§impl Serialize for IdentityGraphQuery
impl Serialize for IdentityGraphQuery
impl StructuralPartialEq for IdentityGraphQuery
Auto Trait Implementations§
impl Freeze for IdentityGraphQuery
impl RefUnwindSafe for IdentityGraphQuery
impl Send for IdentityGraphQuery
impl Sync for IdentityGraphQuery
impl Unpin for IdentityGraphQuery
impl UnsafeUnpin for IdentityGraphQuery
impl UnwindSafe for IdentityGraphQuery
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