pub struct TupleKeys {
pub tuple_keys: Vec<TupleKey>,
}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§
§tuple_keys: Vec<TupleKey>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TupleKeys
impl<'de> Deserialize<'de> for TupleKeys
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 TupleKeys
Auto Trait Implementations§
impl Freeze for TupleKeys
impl RefUnwindSafe for TupleKeys
impl Send for TupleKeys
impl Sync for TupleKeys
impl Unpin for TupleKeys
impl UnwindSafe for TupleKeys
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