pub struct SyncLevel(/* private fields */);Expand description
From the Validation Protocol documentation:
A value 0 to 100 indicating percentage of syncing required by client, or strings “fast” or “secure” to use server-configured values; if absent, let the server decide.
Implementations§
Trait Implementations§
impl Copy for SyncLevel
impl StructuralPartialEq for SyncLevel
Auto Trait Implementations§
impl Freeze for SyncLevel
impl RefUnwindSafe for SyncLevel
impl Send for SyncLevel
impl Sync for SyncLevel
impl Unpin for SyncLevel
impl UnwindSafe for SyncLevel
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