#[non_exhaustive]pub struct SimpleLoadMode { /* private fields */ }Expand description
Simple load definition
Implementations§
Trait Implementations§
Source§impl Clone for SimpleLoadMode
impl Clone for SimpleLoadMode
Source§fn clone(&self) -> SimpleLoadMode
fn clone(&self) -> SimpleLoadMode
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 SimpleLoadMode
impl Debug for SimpleLoadMode
Source§impl Default for SimpleLoadMode
impl Default for SimpleLoadMode
Source§fn default() -> SimpleLoadMode
fn default() -> SimpleLoadMode
Returns the “default value” for a type. Read more
Source§impl Message for SimpleLoadMode
impl Message for SimpleLoadMode
Source§impl PartialEq for SimpleLoadMode
impl PartialEq for SimpleLoadMode
impl StructuralPartialEq for SimpleLoadMode
Auto Trait Implementations§
impl Freeze for SimpleLoadMode
impl RefUnwindSafe for SimpleLoadMode
impl Send for SimpleLoadMode
impl Sync for SimpleLoadMode
impl Unpin for SimpleLoadMode
impl UnwindSafe for SimpleLoadMode
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