pub struct InitialState { /* private fields */ }Implementations§
Source§impl InitialState
impl InitialState
Trait Implementations§
Source§impl Clone for InitialState
impl Clone for InitialState
Source§fn clone(&self) -> InitialState
fn clone(&self) -> InitialState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InitialState
Source§impl Debug for InitialState
impl Debug for InitialState
Source§impl Default for InitialState
impl Default for InitialState
Source§fn default() -> InitialState
fn default() -> InitialState
Returns the “default value” for a type. Read more
impl Eq for InitialState
Source§impl Hash for InitialState
impl Hash for InitialState
Source§impl Ord for InitialState
impl Ord for InitialState
Source§fn cmp(&self, other: &InitialState) -> Ordering
fn cmp(&self, other: &InitialState) -> Ordering
1.21.0 (const: unstable)§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InitialState
impl PartialEq for InitialState
Source§impl PartialOrd for InitialState
impl PartialOrd for InitialState
impl StructuralPartialEq for InitialState
Auto Trait Implementations§
impl Freeze for InitialState
impl RefUnwindSafe for InitialState
impl Send for InitialState
impl Sync for InitialState
impl Unpin for InitialState
impl UnsafeUnpin for InitialState
impl UnwindSafe for InitialState
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DTwhere
ST: ?Sized,
DT: ?Sized,
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DTwhere
ST: ?Sized,
DT: ?Sized,
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)