pub struct CreateOrg {
pub name: String,
pub slug: String,
pub metadata: Option<Value>,
}Fields§
§name: String§slug: String§metadata: Option<Value>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreateOrg
impl RefUnwindSafe for CreateOrg
impl Send for CreateOrg
impl Sync for CreateOrg
impl Unpin for CreateOrg
impl UnsafeUnpin for CreateOrg
impl UnwindSafe for CreateOrg
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