pub struct PathUnknownErrorMessageResponse {
pub code: Option<NotFoundErrorCode>,
pub message: 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§
§code: Option<NotFoundErrorCode>§message: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for PathUnknownErrorMessageResponse
impl Clone for PathUnknownErrorMessageResponse
Source§fn clone(&self) -> PathUnknownErrorMessageResponse
fn clone(&self) -> PathUnknownErrorMessageResponse
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 Default for PathUnknownErrorMessageResponse
impl Default for PathUnknownErrorMessageResponse
Source§fn default() -> PathUnknownErrorMessageResponse
fn default() -> PathUnknownErrorMessageResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PathUnknownErrorMessageResponse
impl<'de> Deserialize<'de> for PathUnknownErrorMessageResponse
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 PathUnknownErrorMessageResponse
impl PartialEq for PathUnknownErrorMessageResponse
Source§fn eq(&self, other: &PathUnknownErrorMessageResponse) -> bool
fn eq(&self, other: &PathUnknownErrorMessageResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PathUnknownErrorMessageResponse
Auto Trait Implementations§
impl Freeze for PathUnknownErrorMessageResponse
impl RefUnwindSafe for PathUnknownErrorMessageResponse
impl Send for PathUnknownErrorMessageResponse
impl Sync for PathUnknownErrorMessageResponse
impl Unpin for PathUnknownErrorMessageResponse
impl UnwindSafe for PathUnknownErrorMessageResponse
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