Struct ory_client::models::warning::Warning
source · pub struct Warning {
pub code: Option<i64>,
pub message: Option<String>,
}Fields§
§code: Option<i64>§message: Option<String>Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Warning
impl<'de> Deserialize<'de> for Warning
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<Warning> for Warning
impl PartialEq<Warning> for Warning
impl StructuralPartialEq for Warning
Auto Trait Implementations§
impl RefUnwindSafe for Warning
impl Send for Warning
impl Sync for Warning
impl Unpin for Warning
impl UnwindSafe for Warning
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