pub struct TupleKey {
pub object: Option<String>,
pub relation: Option<String>,
pub user: Option<String>,
}Expand description
rust SDK for OpenFGA
API version: 0.1 Website: https://openfga.dev Documentation: https://openfga.dev/docs Support: https://discord.gg/8naAwJfWN6 License: Apache-2.0
NOTE: This file was auto generated by OpenAPI Generator (https://openapi-generator.tech). DO NOT EDIT.
Fields§
§object: Option<String>§relation: Option<String>§user: Option<String>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TupleKey
impl<'de> Deserialize<'de> for TupleKey
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 StructuralPartialEq for TupleKey
Auto Trait Implementations§
impl Freeze for TupleKey
impl RefUnwindSafe for TupleKey
impl Send for TupleKey
impl Sync for TupleKey
impl Unpin for TupleKey
impl UnwindSafe for TupleKey
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