pub struct DeclaredFleetRole {
pub fleet: String,
pub role: String,
pub display: String,
pub package: String,
}Expand description
DeclaredFleetRole
Fields§
§fleet: String§role: String§display: String§package: StringTrait Implementations§
Source§impl Clone for DeclaredFleetRole
impl Clone for DeclaredFleetRole
Source§fn clone(&self) -> DeclaredFleetRole
fn clone(&self) -> DeclaredFleetRole
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeclaredFleetRole
impl Debug for DeclaredFleetRole
Source§impl PartialEq for DeclaredFleetRole
impl PartialEq for DeclaredFleetRole
Source§fn eq(&self, other: &DeclaredFleetRole) -> bool
fn eq(&self, other: &DeclaredFleetRole) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DeclaredFleetRole
impl StructuralPartialEq for DeclaredFleetRole
Auto Trait Implementations§
impl Freeze for DeclaredFleetRole
impl RefUnwindSafe for DeclaredFleetRole
impl Send for DeclaredFleetRole
impl Sync for DeclaredFleetRole
impl Unpin for DeclaredFleetRole
impl UnsafeUnpin for DeclaredFleetRole
impl UnwindSafe for DeclaredFleetRole
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