pub struct Tenant {
pub tenant_name: String,
pub tenant_id: String,
pub tenant_arn: String,
pub created_timestamp: DateTime<Utc>,
pub sending_status: String,
pub tags: Vec<Value>,
}Fields§
§tenant_name: String§tenant_id: String§tenant_arn: String§created_timestamp: DateTime<Utc>§sending_status: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Tenant
impl RefUnwindSafe for Tenant
impl Send for Tenant
impl Sync for Tenant
impl Unpin for Tenant
impl UnsafeUnpin for Tenant
impl UnwindSafe for Tenant
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