pub struct OwnerPackage {
pub name: String,
pub owners: Option<PackageOwnersConfig>,
}Expand description
Package owners config.
Fields§
§name: StringCrate name.
owners: Option<PackageOwnersConfig>Package-level owners config.
Trait Implementations§
Source§impl Clone for OwnerPackage
impl Clone for OwnerPackage
Source§fn clone(&self) -> OwnerPackage
fn clone(&self) -> OwnerPackage
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for OwnerPackage
impl RefUnwindSafe for OwnerPackage
impl Send for OwnerPackage
impl Sync for OwnerPackage
impl Unpin for OwnerPackage
impl UnsafeUnpin for OwnerPackage
impl UnwindSafe for OwnerPackage
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