pub struct DeveloperInfo {
pub name: String,
pub email: String,
pub organization: String,
pub organization_url: String,
}
Fields§
§name: String
Full name of the developer
email: String
Email of the developer
organization: String
Name of the organization the developer is working for
organization_url: String
Organization website URL
Auto Trait Implementations§
impl Freeze for DeveloperInfo
impl RefUnwindSafe for DeveloperInfo
impl Send for DeveloperInfo
impl Sync for DeveloperInfo
impl Unpin for DeveloperInfo
impl UnwindSafe for DeveloperInfo
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