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