pub struct ListObjectsResponse {
pub object_ids: Option<Vec<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_ids: Option<Vec<String>>Implementations§
Source§impl ListObjectsResponse
impl ListObjectsResponse
pub fn new() -> ListObjectsResponse
Trait Implementations§
Source§impl Clone for ListObjectsResponse
impl Clone for ListObjectsResponse
Source§fn clone(&self) -> ListObjectsResponse
fn clone(&self) -> ListObjectsResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 ListObjectsResponse
impl Debug for ListObjectsResponse
Source§impl Default for ListObjectsResponse
impl Default for ListObjectsResponse
Source§fn default() -> ListObjectsResponse
fn default() -> ListObjectsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListObjectsResponse
impl<'de> Deserialize<'de> for ListObjectsResponse
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
Source§impl PartialEq for ListObjectsResponse
impl PartialEq for ListObjectsResponse
Source§impl Serialize for ListObjectsResponse
impl Serialize for ListObjectsResponse
impl StructuralPartialEq for ListObjectsResponse
Auto Trait Implementations§
impl Freeze for ListObjectsResponse
impl RefUnwindSafe for ListObjectsResponse
impl Send for ListObjectsResponse
impl Sync for ListObjectsResponse
impl Unpin for ListObjectsResponse
impl UnwindSafe for ListObjectsResponse
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