pub struct CommandManifestEntry {
pub name: String,
pub source: CommandSource,
}Fields§
§name: String§source: CommandSourceTrait Implementations§
Source§impl Clone for CommandManifestEntry
impl Clone for CommandManifestEntry
Source§fn clone(&self) -> CommandManifestEntry
fn clone(&self) -> CommandManifestEntry
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 moreSource§impl Debug for CommandManifestEntry
impl Debug for CommandManifestEntry
Source§impl PartialEq for CommandManifestEntry
impl PartialEq for CommandManifestEntry
impl Eq for CommandManifestEntry
impl StructuralPartialEq for CommandManifestEntry
Auto Trait Implementations§
impl Freeze for CommandManifestEntry
impl RefUnwindSafe for CommandManifestEntry
impl Send for CommandManifestEntry
impl Sync for CommandManifestEntry
impl Unpin for CommandManifestEntry
impl UnsafeUnpin for CommandManifestEntry
impl UnwindSafe for CommandManifestEntry
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