pub struct GraphScopeGrant {
pub grant_id: Option<String>,
pub scopes: Vec<String>,
}Fields§
§grant_id: Option<String>§scopes: Vec<String>Trait Implementations§
Source§impl Clone for GraphScopeGrant
impl Clone for GraphScopeGrant
Source§fn clone(&self) -> GraphScopeGrant
fn clone(&self) -> GraphScopeGrant
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 GraphScopeGrant
impl Debug for GraphScopeGrant
Source§impl<'de> Deserialize<'de> for GraphScopeGrant
impl<'de> Deserialize<'de> for GraphScopeGrant
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 GraphScopeGrant
Source§impl PartialEq for GraphScopeGrant
impl PartialEq for GraphScopeGrant
Source§fn eq(&self, other: &GraphScopeGrant) -> bool
fn eq(&self, other: &GraphScopeGrant) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GraphScopeGrant
impl Serialize for GraphScopeGrant
impl StructuralPartialEq for GraphScopeGrant
Auto Trait Implementations§
impl Freeze for GraphScopeGrant
impl RefUnwindSafe for GraphScopeGrant
impl Send for GraphScopeGrant
impl Sync for GraphScopeGrant
impl Unpin for GraphScopeGrant
impl UnsafeUnpin for GraphScopeGrant
impl UnwindSafe for GraphScopeGrant
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