pub struct Revault;Expand description
Source-native runtime entry point.
Rust links the implementation when the crate is built, therefore loading is a no-op. The explicit entry point keeps startup discoverable without introducing a library-path escape hatch.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Revault
impl RefUnwindSafe for Revault
impl Send for Revault
impl Sync for Revault
impl Unpin for Revault
impl UnsafeUnpin for Revault
impl UnwindSafe for Revault
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