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