pub struct ServerlessBootIndexEntry {
pub kind: ServerlessPackKind,
pub relative_path: PathBuf,
pub required_first: bool,
}Fields§
§kind: ServerlessPackKind§relative_path: PathBuf§required_first: boolImplementations§
Trait Implementations§
Source§impl Clone for ServerlessBootIndexEntry
impl Clone for ServerlessBootIndexEntry
Source§fn clone(&self) -> ServerlessBootIndexEntry
fn clone(&self) -> ServerlessBootIndexEntry
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 ServerlessBootIndexEntry
impl Debug for ServerlessBootIndexEntry
impl Eq for ServerlessBootIndexEntry
Source§impl PartialEq for ServerlessBootIndexEntry
impl PartialEq for ServerlessBootIndexEntry
Source§fn eq(&self, other: &ServerlessBootIndexEntry) -> bool
fn eq(&self, other: &ServerlessBootIndexEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ServerlessBootIndexEntry
Auto Trait Implementations§
impl Freeze for ServerlessBootIndexEntry
impl RefUnwindSafe for ServerlessBootIndexEntry
impl Send for ServerlessBootIndexEntry
impl Sync for ServerlessBootIndexEntry
impl Unpin for ServerlessBootIndexEntry
impl UnsafeUnpin for ServerlessBootIndexEntry
impl UnwindSafe for ServerlessBootIndexEntry
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