pub enum SyncRegion {
Local,
Global,
}Variants§
Trait Implementations§
Source§impl Clone for SyncRegion
impl Clone for SyncRegion
Source§fn clone(&self) -> SyncRegion
fn clone(&self) -> SyncRegion
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SyncRegion
Auto Trait Implementations§
impl Freeze for SyncRegion
impl RefUnwindSafe for SyncRegion
impl Send for SyncRegion
impl Sync for SyncRegion
impl Unpin for SyncRegion
impl UnsafeUnpin for SyncRegion
impl UnwindSafe for SyncRegion
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