Struct wick_config::config::ScheduleConfig
source · pub struct ScheduleConfig { /* private fields */ }Implementations§
Trait Implementations§
source§impl AssetManager for ScheduleConfig
impl AssetManager for ScheduleConfig
type Asset = AssetReference
fn set_baseurl(&self, baseurl: &Path)
fn assets(&self) -> Assets<'_, AssetReference>
fn get_asset_flags(&self) -> u32
source§impl Clone for ScheduleConfig
impl Clone for ScheduleConfig
source§fn clone(&self) -> ScheduleConfig
fn clone(&self) -> ScheduleConfig
Returns a copy 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 ScheduleConfig
impl Debug for ScheduleConfig
source§impl PartialEq<ScheduleConfig> for ScheduleConfig
impl PartialEq<ScheduleConfig> for ScheduleConfig
source§fn eq(&self, other: &ScheduleConfig) -> bool
fn eq(&self, other: &ScheduleConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ScheduleConfig
impl Serialize for ScheduleConfig
source§impl TryFrom<Schedule> for ScheduleConfig
impl TryFrom<Schedule> for ScheduleConfig
source§impl TryFrom<ScheduleConfig> for Schedule
impl TryFrom<ScheduleConfig> for Schedule
§type Error = ManifestError
type Error = ManifestError
The type returned in the event of a conversion error.
impl StructuralPartialEq for ScheduleConfig
Auto Trait Implementations§
impl RefUnwindSafe for ScheduleConfig
impl Send for ScheduleConfig
impl Sync for ScheduleConfig
impl Unpin for ScheduleConfig
impl UnwindSafe for ScheduleConfig
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