pub struct SuccessfulProjectUpdate {
pub project: Box<Project>,
pub warnings: Vec<Warning>,
}Fields§
§project: Box<Project>§warnings: Vec<Warning>Import Warnings Not all configuration items can be imported to the Ory Network. For example, setting the port does not make sense because the Ory Network provides the runtime and networking. This field contains warnings where configuration keys were found but can not be imported. These keys will be ignored by the Ory Network. This field will help you understand why certain configuration keys might not be respected!
Implementations§
Trait Implementations§
Source§impl Clone for SuccessfulProjectUpdate
impl Clone for SuccessfulProjectUpdate
Source§fn clone(&self) -> SuccessfulProjectUpdate
fn clone(&self) -> SuccessfulProjectUpdate
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 SuccessfulProjectUpdate
impl Debug for SuccessfulProjectUpdate
Source§impl Default for SuccessfulProjectUpdate
impl Default for SuccessfulProjectUpdate
Source§fn default() -> SuccessfulProjectUpdate
fn default() -> SuccessfulProjectUpdate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SuccessfulProjectUpdate
impl<'de> Deserialize<'de> for SuccessfulProjectUpdate
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 SuccessfulProjectUpdate
impl PartialEq for SuccessfulProjectUpdate
Source§impl Serialize for SuccessfulProjectUpdate
impl Serialize for SuccessfulProjectUpdate
impl StructuralPartialEq for SuccessfulProjectUpdate
Auto Trait Implementations§
impl Freeze for SuccessfulProjectUpdate
impl RefUnwindSafe for SuccessfulProjectUpdate
impl Send for SuccessfulProjectUpdate
impl Sync for SuccessfulProjectUpdate
impl Unpin for SuccessfulProjectUpdate
impl UnwindSafe for SuccessfulProjectUpdate
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