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