Struct constructivism::core::NothingProps
source · pub struct NothingProps<M>(/* private fields */);Implementations§
source§impl NothingProps<Lookup>
impl NothingProps<Lookup>
pub fn getters(&self) -> &'static NothingProps<Get>
pub fn setters(&self) -> &'static NothingProps<Set>
Trait Implementations§
source§impl<M> Singleton for NothingProps<M>
impl<M> Singleton for NothingProps<M>
fn instance() -> &'static Self
impl Props<Get> for NothingProps<Lookup>
impl<M: 'static> Props<M> for NothingProps<M>
impl Props<Set> for NothingProps<Lookup>
Auto Trait Implementations§
impl<M> RefUnwindSafe for NothingProps<M>where M: RefUnwindSafe,
impl<M> Send for NothingProps<M>where M: Send,
impl<M> Sync for NothingProps<M>where M: Sync,
impl<M> Unpin for NothingProps<M>where M: Unpin,
impl<M> UnwindSafe for NothingProps<M>where M: UnwindSafe,
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