Struct loro_internal::configure::Configure
source · pub struct Configure {
pub get_time: fn() -> Timestamp,
pub rand: Arc<dyn SecureRandomGenerator>,
}Fields§
§get_time: fn() -> Timestamp§rand: Arc<dyn SecureRandomGenerator>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Configure
impl Send for Configure
impl Sync for Configure
impl Unpin for Configure
impl !UnwindSafe for Configure
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