Struct ory_client::models::workspace_meta::WorkspaceMeta
source · pub struct WorkspaceMeta {
pub created_at: String,
pub id: String,
pub name: String,
pub subscription_id: Option<String>,
pub subscription_plan: Option<String>,
pub updated_at: String,
}Fields§
§created_at: String§id: String§name: String§subscription_id: Option<String>§subscription_plan: Option<String>§updated_at: StringImplementations§
source§impl WorkspaceMeta
impl WorkspaceMeta
Trait Implementations§
source§impl Clone for WorkspaceMeta
impl Clone for WorkspaceMeta
source§fn clone(&self) -> WorkspaceMeta
fn clone(&self) -> WorkspaceMeta
Returns a copy 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 WorkspaceMeta
impl Debug for WorkspaceMeta
source§impl<'de> Deserialize<'de> for WorkspaceMeta
impl<'de> Deserialize<'de> for WorkspaceMeta
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 WorkspaceMeta
impl PartialEq for WorkspaceMeta
source§fn eq(&self, other: &WorkspaceMeta) -> bool
fn eq(&self, other: &WorkspaceMeta) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for WorkspaceMeta
impl Serialize for WorkspaceMeta
impl StructuralPartialEq for WorkspaceMeta
Auto Trait Implementations§
impl RefUnwindSafe for WorkspaceMeta
impl Send for WorkspaceMeta
impl Sync for WorkspaceMeta
impl Unpin for WorkspaceMeta
impl UnwindSafe for WorkspaceMeta
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