pub struct ApiOwner {
pub display_name: Option<String>,
pub id: String,
}Fields§
§display_name: Option<String>§id: StringImplementations§
Auto Trait Implementations§
impl Freeze for ApiOwner
impl RefUnwindSafe for ApiOwner
impl Send for ApiOwner
impl Sync for ApiOwner
impl Unpin for ApiOwner
impl UnsafeUnpin for ApiOwner
impl UnwindSafe for ApiOwner
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